Update user from P to R
This commit is contained in:
parent
350bbb9b0a
commit
47633fdbce
1 changed files with 1 additions and 0 deletions
|
|
@ -6,5 +6,6 @@ ALTER TABLE audit_connect ADD CONSTRAINT valid_state CHECK (ac_state = 'FAIL'::t
|
|||
-- run to the account_repository
|
||||
insert into theme values ('EPad','style-epad.css',null);
|
||||
update priv_user set priv_priv='R' where priv_priv='L';
|
||||
update priv_user set priv_priv='R' where priv_priv='P';
|
||||
update version set val=14;
|
||||
commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue