mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Forgot to update the mysql tables. :)
This commit is contained in:
parent
0179b2c97e
commit
43510a1fa9
@ -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 ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user