fix: torna migration de provisioning idempotente e libera deploy
This commit is contained in:
parent
9e3b3a9bde
commit
1282621995
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
-- RedefineTables
|
-- RedefineTables
|
||||||
PRAGMA defer_foreign_keys=ON;
|
PRAGMA defer_foreign_keys=ON;
|
||||||
PRAGMA foreign_keys=OFF;
|
PRAGMA foreign_keys=OFF;
|
||||||
|
DROP TABLE IF EXISTS "new_Company";
|
||||||
CREATE TABLE "new_Company" (
|
CREATE TABLE "new_Company" (
|
||||||
"id" TEXT NOT NULL PRIMARY KEY,
|
"id" TEXT NOT NULL PRIMARY KEY,
|
||||||
"tenantId" TEXT NOT NULL,
|
"tenantId" TEXT NOT NULL,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue