|
|
@@ -0,0 +1,15 @@ |
|
|
|
--liquibase formatted sql |
|
|
|
|
|
|
|
--changeset kelvin:update authority |
|
|
|
|
|
|
|
TRUNCATE `lionerdb`.`authority`; |
|
|
|
INSERT INTO `lionerdb`.`authority` (`authority`, `name`, `module`, `description`) VALUES |
|
|
|
('VIEW_CLIENT', 'View Client', 'Client', 'Allow to view client'), |
|
|
|
('MAINTAIN_CLIENT', 'Maintain Client', 'Client', 'Allow to view client'), |
|
|
|
('VIEW_USER', 'View User', 'System Administration', 'Allow to view user'), |
|
|
|
('MAINTAIN_USER', 'Maintain User', 'System Administration', 'Allow to maintain user'), |
|
|
|
('VIEW_LOGIN_LOG', 'View Login Log', 'System Administration', 'Allow to view login log'), |
|
|
|
('VIEW_TEMPLATE', 'View Template', 'Template', 'Allow to view template'), |
|
|
|
('MAINTAIN_TEMPLATE', 'Maintain Template', 'Template', 'Allow to maintain template'), |
|
|
|
('VIEW_SYSTEM_CONFIGURATION', 'View System Configuration', 'System Administration', 'Allow to view system configuration'), |
|
|
|
('MANAGE_SYSTEM_CONFIGURATION', 'Manage System Configuration', 'System Administration', 'Allow to manage system configuration'); |