Commit 4fd5dec5 authored by Administrator's avatar Administrator

[FIX] Init for fresh database need date default set.

parent 3a5d6b08
......@@ -4,6 +4,7 @@ psql -d gargandb -f init.sql
sleep 2
../manage.py syncdb
psql -d gargandb -f init2.sql
......
ALTER TABLE ONLY node_node ALTER COLUMN date SET DEFAULT CURRENT_DATE ;
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