1b481f2e2c
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
The ordering column was unused in the profiles UI — profiles sort by ID. Drops the column via migration, removes all references from model, config query, importer, and install SQL. Claude-Session: https://claude.ai/code/session_01MbEjBtsSjPuTWhqqrMS2wG
2 lines
66 B
SQL
2 lines
66 B
SQL
ALTER TABLE `#__mokosuitebackup_profiles` DROP COLUMN `ordering`;
|