mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix SQL schema
This commit is contained in:

committed by
GitHub

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,
|
||||
|
Reference in New Issue
Block a user