mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-14 03:16:25 +00:00
Empty commit
This commit is contained in:
parent
0ba9b87e69
commit
af7e9f8624
@ -562,7 +562,7 @@ CREATE TABLE `requests_artists` (
|
|||||||
`RequestID` int(10) unsigned NOT NULL,
|
`RequestID` int(10) unsigned NOT NULL,
|
||||||
`ArtistID` int(10) NOT NULL,
|
`ArtistID` int(10) NOT NULL,
|
||||||
`AliasID` int(10) NOT NULL,
|
`AliasID` int(10) NOT NULL,
|
||||||
`Importance` enum('1','2','3','4','5','6') DEFAULT NULL,
|
`Importance` enum('1','2','3','4','5','6','7') DEFAULT NULL,
|
||||||
PRIMARY KEY (`RequestID`,`AliasID`)
|
PRIMARY KEY (`RequestID`,`AliasID`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user