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
Removes redundant schema auto-update
Removes the 'autoUpdateSchema' parameter, simplifying configuration
and relying on alternative schema management strategies.
Adds auto schema update option
Adds a configuration option to enable or disable automatic schema updates.
This provides more control over database schema management, allowing users to manage schema updates manually if desired.