You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating dragonfly managers with "migrate: true" set up with postgresql 16, an error appears: ERROR: type "longtext" does not exist at character 73 STATEMENT: ALTER TABLE "audit" ALTER COLUMN "detail" TYPE longtext USING "detail"::longtext
Expected behavior:
The text type in postgresql is unlimited and the longtext type doesn't exist at all. The alter should not happen for postgresql.