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/2.99.5/role_changes.sql

8 lines
164 B
MySQL
Raw Permalink Normal View History

SET FOREIGN_KEY_CHECKS=0;
ALTER TABLE `roles` DROP `active`;
ALTER TABLE `roles` DROP `can_read`;
ALTER TABLE `roles` DROP `can_write`;
SET FOREIGN_KEY_CHECKS=1;