server/sql/320/4_groups.sql

2 lines
111 B
SQL

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