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
I've noticed that enums aren't separated by newlines when there are multiple enums in a schema.sql file.
Should we perhaps adjust the generate_sql_schema source code so that it'd split enums with newlines?
I suppose that it depends on the fact if the priority for the SQL schema output is that it's human readable or minimised (preserve space, "machine first").