This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/sql/mysql/upgrade/3.5.2/plugins_orderby.sql

3 lines
215 B
MySQL
Raw Normal View History

ALTER TABLE plugins ADD COLUMN `orderby` int(11) NOT NULL default '0';
UPDATE plugins SET orderby = -75 WHERE namespace = 'ktcore.language.plugin';
UPDATE plugins SET orderby = -25 WHERE namespace = 'ktcore.plugin';