Browse Source

Edit schema for new sphinx config changes

spaghetti 8 years ago
parent
commit
9057aef556
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      gazelle.sql

+ 1
- 0
gazelle.sql View File

849
   `AudioFormat` varchar(255) DEFAULT NULL,
849
   `AudioFormat` varchar(255) DEFAULT NULL,
850
   `Subbing` varchar(255) DEFAULT NULL,
850
   `Subbing` varchar(255) DEFAULT NULL,
851
   `Language` varchar(255) DEFAULT NULL,
851
   `Language` varchar(255) DEFAULT NULL,
852
+  `Censored` tinyint(1) NOT NULL DEFAULT '1'
852
   `FileList` mediumtext,
853
   `FileList` mediumtext,
853
   `Description` text,
854
   `Description` text,
854
   `VoteScore` float NOT NULL DEFAULT '0',
855
   `VoteScore` float NOT NULL DEFAULT '0',

Loading…
Cancel
Save