mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
@@ -202,6 +202,11 @@ CREATE TABLE `library` (
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
--
|
||||
-- Create an index to speed up the libary
|
||||
--
|
||||
CREATE INDEX deleted_idx ON `library` (`deleted`);
|
||||
|
||||
--
|
||||
-- Table structure for table `player`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user