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
Postgres database structure reader is extracted to a separate gem. All definition classes (tables, fields, indexes etc) are also extracted as they are needed both in the core gem and in the Postgres reader.
New way of dealing with enum changes: supports deleting and reordering values while doing everything within a transaction (former mechanism could only add new values and had to be launched after the main transaction completes).