mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
🐛 Add missing postgresql_init.sql file.
This commit is contained in:
parent
51041b5347
commit
ca3a42f680
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
Loading…
Reference in a new issue