Skip to content

0.21.4

Compare
Choose a tag to compare
@zeroleak zeroleak released this 08 Jul 09:00
· 126 commits to develop since this release
  • enable BlameService, server.ban.blames, server.ban.period, server.ban.expiration
  • admin history: fix mixs order + show current time
ALTER TABLE `blame` drop column `updated`;
ALTER TABLE `blame` ADD COLUMN `identifier` VARCHAR(255) NOT NULL AFTER `created`;
ALTER TABLE `blame` add index (`identifier`);
ALTER TABLE `blame` CHANGE COLUMN `blame_reason` `reason` VARCHAR(255) NOT NULL ;
ALTER TABLE `blame` ADD COLUMN `ip` VARCHAR(45) NOT NULL AFTER `mix_id`;