Fix constraint

This commit is contained in:
Laurent Destailleur 2019-01-21 02:54:39 +01:00
parent 8b406b0140
commit 82988d45d5

View File

@ -216,6 +216,7 @@ before_script:
pgloader mysql://root@127.0.0.1/travis postgresql:///travis
echo 'ALTER SEQUENCE llx_accounting_account_rowid_seq RESTART WITH 1000001;' | psql travis
echo 'select * from information_schema.table_constraints;' | psql travis
echo 'ALTER TABLE "llx_accounting_account" DROP CONSTRAINT "idx_16390_primary"' | psql travis
fi
# TODO: SQLite
echo