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
fix: merge migrate_0.5.0.sql into migrate_0.4.9.9.sql
version_compare('0.5.0', '0.4.9.9', '<=') is FALSE in PHP,
so migrate_0.5.0.sql would never execute when upgrading to 0.4.9.9.
Merged its contents (sharing settings, plugin_hooks unique index)
into migrate_0.4.9.9.sql. All statements are idempotent.