Removed IP blacklist for now.
This commit is contained in:
parent
86e465797d
commit
c0e5e8c9ed
10 changed files with 16 additions and 198 deletions
8
database/2023_01_05_154557_remove_ip_blacklist.php
Normal file
8
database/2023_01_05_154557_remove_ip_blacklist.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
namespace Misuzu\DatabaseMigrations\RemoveIpBlacklist;
|
||||
|
||||
use PDO;
|
||||
|
||||
function migrate_up(PDO $conn): void {
|
||||
$conn->exec('DROP TABLE msz_ip_blacklist;');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue