mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Add missing postgresql_init.sql file.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
(defn read-test-config
|
||||
[]
|
||||
(assoc (read-config)
|
||||
:database-uri "postgresql://postgres/test"
|
||||
:database-uri "postgresql://postgres/uxbox_test"
|
||||
:media-directory "/tmp/uxbox/media"
|
||||
:assets-directory "/tmp/uxbox/static"
|
||||
:migrations-verbose false))
|
||||
|
||||
1
docker/devenv/files/postgresql_init.sql
Normal file
1
docker/devenv/files/postgresql_init.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE DATABASE uxbox_test;
|
||||
Reference in New Issue
Block a user