Exe Updates
This commit is contained in:
parent
82ccc26642
commit
852f035b45
3 changed files with 5 additions and 0 deletions
5
DB/updates/ls_table_update_mar21_2021.sql
Normal file
5
DB/updates/ls_table_update_mar21_2021.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE `login_bannedips` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`ip` varchar(64) not null default '',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue