allow up to 50 chars angeltype names (25 before)
This commit is contained in:
parent
41280a17f5
commit
a30af6e46b
|
@ -1,3 +1,6 @@
|
||||||
|
/* Allow longer angeltype names */
|
||||||
|
ALTER TABLE `AngelTypes` CHANGE `name` `name` VARCHAR( 50 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
|
||||||
|
|
||||||
/* Enable multiple vouchers */
|
/* Enable multiple vouchers */
|
||||||
ALTER TABLE `User` CHANGE `got_voucher` `got_voucher` INT NOT NULL;
|
ALTER TABLE `User` CHANGE `got_voucher` `got_voucher` INT NOT NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue