1
This commit is contained in:
parent
498e2d8287
commit
ab417d3fab
7
sql/relationdb_n_migrate_201120_01.sql
Normal file
7
sql/relationdb_n_migrate_201120_01.sql
Normal file
@ -0,0 +1,7 @@
|
||||
start transaction;
|
||||
|
||||
update `user` SET channel=substring(account_id, 1, 4),gameid=substring(account_id, 6, 4);
|
||||
|
||||
insert into version (version) values(2020112001);
|
||||
|
||||
commit;
|
Loading…
x
Reference in New Issue
Block a user