diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-28 09:01:50 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-28 09:01:50 -0500 |
commit | 8d71bbb1228fcfb3da80010c94b747cc56f739e2 (patch) | |
tree | cc399ebb4e6929330de9b0177e262fcd30283cd6 /Makefile | |
parent | 60d5379bb4bb847fe4c1166f443ec1bd8aa32718 (diff) |
Update SQL dumps
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |