1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-17 10:06:42 +00:00

5 lines
243 B
SQL

ALTER TABLE `user_info` DROP COLUMN IF EXISTS `codeforces_handle`;
ALTER TABLE `user_info` DROP COLUMN IF EXISTS `github`;
ALTER TABLE `user_info` DROP COLUMN IF EXISTS `website`;
ALTER TABLE `user_info` DROP COLUMN IF EXISTS `avatar_source`;