Commit 4b382887 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Database creation

parent 53424dfd
...@@ -24,7 +24,7 @@ createdb "${NAME}" ...@@ -24,7 +24,7 @@ createdb "${NAME}"
psql "${NAME}" < extensions.sql psql "${NAME}" < extensions.sql
# if new # if new
#psql "${NAME}" < schema.sql psql "${NAME}" < schema.sql
psql ${NAME} < $2 psql ${NAME} < $2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment