diff --git a/install/sqls/00032-other-gender-options.sql b/install/sqls/00032-other-gender-options.sql index 3e10c739..5014c153 100644 --- a/install/sqls/00032-other-gender-options.sql +++ b/install/sqls/00032-other-gender-options.sql @@ -1,3 +1,2 @@ -ALTER TABLE `profiles` DROP `sex` - +ALTER TABLE `profiles` DROP `sex`; ALTER TABLE `profiles` ADD `gender` VARCHAR(50) NULL DEFAULT NULL AFTER `left_menu`;