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);