remove AS integer for Postgres backwards-commpatibility of the dump
This commit is contained in:
parent
1576a1d048
commit
aa3655d35e
@ -80,7 +80,7 @@ kill `jobs -p`
|
|||||||
|
|
||||||
# Dump database
|
# Dump database
|
||||||
echo "Dumping database"
|
echo "Dumping database"
|
||||||
pg_dump -O $TARGET_DB > auditor-basedb.sql
|
pg_dump -O $TARGET_DB | sed -e '/AS integer/d' > auditor-basedb.sql
|
||||||
|
|
||||||
echo $MASTER_PUB > auditor-basedb.mpub
|
echo $MASTER_PUB > auditor-basedb.mpub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user