452ce7f157
Fix #146
2 lines
No EOL
166 B
SQL
2 lines
No EOL
166 B
SQL
alter table transporters add column holiday_flag int(10) unsigned not null default 0;
|
|
alter table spawn add column holiday_flag int(10) unsigned not null default 0; |