Empty commit

This commit is contained in:
Git 2015-09-13 08:00:28 +00:00
parent 4dfca978c8
commit 0ec78ca3f6

View File

@ -536,6 +536,11 @@ CREATE TABLE `label_aliases` (
KEY `AliasLabel` (`AliasLabel`)
) ENGINE=InnoDB CHARSET utf8;
CREATE TABLE `last_sent_email` (
`UserID` int(10) NOT NULL,
PRIMARY KEY (`UserID`)
) ENGINE=InnoDB CHARSET utf8;
CREATE TABLE `lastfm_users` (
`ID` int(10) unsigned NOT NULL,
`Username` varchar(20) NOT NULL,