allow up to 50 chars angeltype names (25 before)

This commit is contained in:
Philip Häusler 2015-08-14 12:37:08 +02:00
parent 41280a17f5
commit a30af6e46b
1 changed files with 3 additions and 0 deletions

View File

@ -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;