diff --git a/pkg/coredata/migrations/20260611T000000Z.sql b/pkg/coredata/migrations/20260611T000000Z.sql index bbb52985a..7f902255c 100644 --- a/pkg/coredata/migrations/20260611T000000Z.sql +++ b/pkg/coredata/migrations/20260611T000000Z.sql @@ -14,3 +14,6 @@ ALTER TABLE access_entries ADD COLUMN active BOOLEAN NOT NULL DEFAULT TRUE; + +ALTER TABLE access_entries + ALTER COLUMN active DROP DEFAULT;