Fix invalid ALTER TABLE in patch-gug_group-field.sql.

Change-Id: I5ecbf92f49a9f8958edd46a3742dc42d829fcfbf
这个提交包含在:
TehKittyCat 2023-04-21 18:52:16 -04:00
父节点 4cfb70c124
当前提交 c4ca5980db
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -1,2 +1,2 @@
-- Changes the length of groups from 14 to 255 similar to user_group
ALTER TABLE /*_*/global_user_groups MODIFY gug_group varbinary(255) NOT NULL NULL default '';
ALTER TABLE /*_*/global_user_groups MODIFY gug_group varbinary(255) NOT NULL default '';