d6848e6b90
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 11s
- deleteFromPlatforms(): use CredentialHelper::decrypt() + Joomla 6 dispatcher pattern instead of json_decode + deprecated triggerEvent (#226, #228) - PostsController: add ACL checks on retryFailed/purgePosted (#224) - QueueProcessor: recover stale posting entries stuck >10min (#235) - onContentChangeState: respect post_on_first_publish_only (#238) - Uninstall SQL: add analytics + category_rules table drops (#225) - Dashboard/Calendar: remove deprecated Sidebar::render() (#250) - AnalyticsHelper: rewrite AJAX endpoints to query posts table (#246) - Submenu helper: remove duplicate calendar key (#248) - CHANGELOG: remove 3 duplicate version headers (#240) Authored-by: Moko Consulting Claude-Session: https://claude.ai/code/session_014iwLv3vUVsSxP8LyZ6STTj
8 lines
338 B
SQL
8 lines
338 B
SQL
-- MokoSuiteCross -- Uninstall
|
|
DROP TABLE IF EXISTS `#__mokosuitecross_logs`;
|
|
DROP TABLE IF EXISTS `#__mokosuitecross_analytics`;
|
|
DROP TABLE IF EXISTS `#__mokosuitecross_category_rules`;
|
|
DROP TABLE IF EXISTS `#__mokosuitecross_posts`;
|
|
DROP TABLE IF EXISTS `#__mokosuitecross_templates`;
|
|
DROP TABLE IF EXISTS `#__mokosuitecross_services`;
|