mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 10:14:55 +02:00
Forgot to update the mysql tables. :)
This commit is contained in:
@@ -30,6 +30,8 @@ CREATE TABLE IF NOT EXISTS `znote_accounts` (
|
|||||||
`created` int(10) NOT NULL,
|
`created` int(10) NOT NULL,
|
||||||
`points` int(10) DEFAULT 0,
|
`points` int(10) DEFAULT 0,
|
||||||
`cooldown` int(10) DEFAULT 0,
|
`cooldown` int(10) DEFAULT 0,
|
||||||
|
`active` tinyint(4) NOT NULL DEFAULT '0',
|
||||||
|
`activekey` int(11) NOT NULL,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user