game2004api/sql/gamedb2004_n_migrate_200716_01.sql
aozhiwei 2fda8442f2 1
2020-07-16 16:09:20 +08:00

9 lines
250 B
PL/PgSQL

begin;
update equip set id=12137, lv=10 where accountid='6003_2004_oTR6b5T-P8edzzRo0aofeluxDb7Y';
update equip set id=12137, lv=10 where accountid='6001_2004_oTR6b5Sav4dvPct0YMuFd8ZJdY2I';
insert into version (version) values(20200716);
commit;