fix(db): increase integration kind limit from 16 to 64 characters

This commit is contained in:
Meier Lukas
2025-09-03 20:51:28 +02:00
parent 51bbc89f52
commit 8ff29b82e5
8 changed files with 4102 additions and 2 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "integrationSecret" ALTER COLUMN "kind" SET DATA TYPE varchar(64);

File diff suppressed because it is too large Load Diff

View File

@@ -8,6 +8,13 @@
"when": 1754853510707,
"tag": "0000_initial",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1756701573101,
"tag": "0001_increase-secret-kind-length",
"breakpoints": true
}
]
}