mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Fix SQL schema
This commit is contained in:
parent
695cb58b04
commit
817caf5e73
@ -49,8 +49,8 @@ CREATE TABLE IF NOT EXISTS `znote_accounts` (
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`) VALUES
|
||||
('1', '0', '$time');
|
||||
INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `flag`) VALUES
|
||||
('1', '0', '$time', '');
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `znote_news` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user