0
Fork 0
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:
Andrey Antukh 2019-12-14 21:21:50 +01:00
parent 51041b5347
commit ca3a42f680
2 changed files with 2 additions and 1 deletions

View file

@ -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))

View file

@ -0,0 +1 @@
CREATE DATABASE uxbox_test;