From 82988d45d56945a2bdadf80159da2e2f6d4e60b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 Jan 2019 02:54:39 +0100 Subject: [PATCH] Fix constraint --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 35c61dc0a27..84e3645052d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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