Update user from P to R

This commit is contained in:
Dany De Bontridder 2011-12-09 22:56:32 +00:00
parent 350bbb9b0a
commit 47633fdbce

View file

@ -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;