diff --git a/install/sqls/00031-ban-page-until.sql b/install/sqls/00031-ban-page-until.sql new file mode 100644 index 00000000..23a5f0e7 --- /dev/null +++ b/install/sqls/00031-ban-page-until.sql @@ -0,0 +1 @@ +ALTER TABLE `profiles` ADD `unblock_time` BIGINT UNSIGNED DEFAULT NULL AFTER `block_reason`;