Files
MokoSuiteBackup/source/packages/com_mokosuitebackup/sql/updates/mysql/01.43.33.sql
T
jmiller 1b481f2e2c
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
fix: remove ordering column from profiles table
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
2026-06-28 13:45:01 -05:00

2 lines
66 B
SQL

ALTER TABLE `#__mokosuitebackup_profiles` DROP COLUMN `ordering`;