server/sql/320/04_groups.sql
2009-10-03 23:05:44 +04:00

2 lines
111 B
SQL

alter table `groups`
add column `raiddifficulty` int(11) UNSIGNED DEFAULT '0' NOT NULL after `difficulty`;