Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$this->E_D("DROP TABLE IF EXISTS `db_notify`;");
|
||||
$this->E_C("CREATE TABLE `db_notify` (
|
||||
`id` int(20) NOT NULL,
|
||||
`res` text,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8");
|
||||
$this->E_D("replace into `db_notify` values('0','false');");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user