mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
4dfca978c8
commit
0ec78ca3f6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user