openvk/install/sqls/00032-other-gender-options.sql

4 lines
120 B
MySQL
Raw Normal View History

2022-09-08 16:18:24 +03:00
ALTER TABLE `profiles` DROP `sex`
ALTER TABLE `profiles` ADD `gender` VARCHAR(50) NULL DEFAULT NULL AFTER `left_menu`;