diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-22 21:11:19 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-22 21:11:19 -0400 |
commit | dc6176fca23ea697380ab115aea976fa8271f047 (patch) | |
tree | 0be03361ab229d7504459edc1bc0766dd31f79c4 /Makefile | |
parent | 5b0a298ded04ee0b01ba7cf19b866daa30320c5a (diff) |
Improve Postgres SQL dump
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ test-postgres: unittest: test-sqlite test-mysql test-postgres sql: - @ pg_dump --schema-only --no-owner --no-privileges --file app/Schema/Sql/postgres.sql kanboard + @ pg_dump --schema-only --no-owner --no-privileges --quote-all-identifiers -n public --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 |