delete file
This commit is contained in:
parent
6b0d42c4a4
commit
ef95602157
|
@ -1,9 +0,0 @@
|
|||
START TRANSACTION;
|
||||
CREATE TABLE IF NOT EXISTS `tnueva2` (
|
||||
`id_a` int(10) unsigned NOT NULL auto_increment,
|
||||
`ip` varchar(60) NOT NULL default '',
|
||||
`ip_pack` int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id_a`),
|
||||
KEY `ip` (`ip`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
COMMIT;
|
Loading…
Reference in New Issue