Update SQL dumps

This commit is contained in:
Frederic Guillot
2016-02-28 09:01:50 -05:00
parent 60d5379bb4
commit 8d71bbb122
3 changed files with 136 additions and 61 deletions

View File

@@ -121,7 +121,7 @@ test-postgres:
unittest: test-sqlite test-mysql test-postgres
sql:
@ pg_dump --schema-only --no-owner --file app/Schema/Sql/postgres.sql kanboard
@ pg_dump --schema-only --no-owner --no-privileges --file app/Schema/Sql/postgres.sql kanboard
@ pg_dump -d kanboard --column-inserts --data-only --table settings >> app/Schema/Sql/postgres.sql
@ pg_dump -d kanboard --column-inserts --data-only --table links >> app/Schema/Sql/postgres.sql