first commit
This commit is contained in:
4
updates/1.30/ver_1.362_sql.txt
Normal file
4
updates/1.30/ver_1.362_sql.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE pp_users_privileges ( id int(11) NOT NULL, name text COLLATE utf8_polish_ci NOT NULL, id_user int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci;
|
||||
ALTER TABLE pp_users_privileges ADD PRIMARY KEY ( id );
|
||||
ALTER TABLE pp_users_privileges MODIFY id int(11) NOT NULL AUTO_INCREMENT;
|
||||
UPDATE pp_users SET active_to = NULL WHERE id = 1;
|
||||
Reference in New Issue
Block a user