javaeye3/script/migrate_old_data/csdn_auth.sql

2 lines
61 B
SQL

update `auths` SET `uid` = `name` WHERE `provider` = 'csdn';