fix: remove ordering column from profiles table #158

Merged
jmiller merged 2 commits from fix/remove-profiles-ordering into dev 2026-06-28 18:46:11 +00:00
Owner

Summary

  • Drop unused ordering column from #__mokosuitebackup_profiles via SQL migration
  • Remove ordering references from ProfilesModel filter_fields, config.xml default profile query, AkeebaImporter, and install SQL
  • Bump version to 01.43.33

Test plan

  • Install update on suite.dev — verify 01.43.33.sql migration runs and ordering column is dropped
  • Profiles list view sorts by ID (no errors)
  • Default profile dropdown in component options still shows profiles correctly
  • Akeeba import still works without ordering field

https://claude.ai/code/session_01MbEjBtsSjPuTWhqqrMS2wG

## Summary - Drop unused `ordering` column from `#__mokosuitebackup_profiles` via SQL migration - Remove ordering references from ProfilesModel filter_fields, config.xml default profile query, AkeebaImporter, and install SQL - Bump version to 01.43.33 ## Test plan - [ ] Install update on suite.dev — verify `01.43.33.sql` migration runs and `ordering` column is dropped - [ ] Profiles list view sorts by ID (no errors) - [ ] Default profile dropdown in component options still shows profiles correctly - [ ] Akeeba import still works without ordering field https://claude.ai/code/session_01MbEjBtsSjPuTWhqqrMS2wG
jmiller added 2 commits 2026-06-28 18:45:50 +00:00
fix: remove ordering column from profiles table
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
1b481f2e2c
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
chore(version): pre-release bump to 01.43.34-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 2s
672b953ef5
jmiller merged commit 60e04cfd0a into dev 2026-06-28 18:46:11 +00:00
jmiller deleted branch fix/remove-profiles-ordering 2026-06-28 18:46:11 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#158