root/sql-files/upgrade_svn11895.sql
@
7
Revision 1, 268 bytes (checked in by jinshiro, 17 years ago) |
---|
Line | |
---|---|
1 | ALTER TABLE `guild_expulsion` |
2 | DROP `acc`, |
3 | DROP `rsv1`, |
4 | DROP `rsv2`, |
5 | DROP `rsv3`; |
6 | |
7 | ALTER TABLE `guild_expulsion` |
8 | MODIFY `account_id` int(11) unsigned NOT NULL default '0' AFTER `guild_id`; |
9 | |
10 | ALTER TABLE `guild_member` |
11 | DROP `rsv1`, |
12 | DROP `rsv2`; |
Note: See TracBrowser
for help on using the browser.