diff --git a/pkg/coredata/migrations/20260311T171614Z.sql b/pkg/coredata/migrations/20260311T171614Z.sql new file mode 100644 index 000000000..57ebe8fc0 --- /dev/null +++ b/pkg/coredata/migrations/20260311T171614Z.sql @@ -0,0 +1,8 @@ +ALTER TABLE + iam_memberships DROP COLUMN source, + DROP COLUMN state; + +ALTER TABLE + iam_invitations DROP COLUMN full_name, + DROP COLUMN email, + DROP COLUMN role;