mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Add missing postgresql_init.sql file.
This commit is contained in:
parent
51041b5347
commit
ca3a42f680
@ -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…
x
Reference in New Issue
Block a user