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,6 +849,7 @@ CREATE TABLE `sphinx_delta` (
849 849
   `AudioFormat` varchar(255) DEFAULT NULL,
850 850
   `Subbing` varchar(255) DEFAULT NULL,
851 851
   `Language` varchar(255) DEFAULT NULL,
852
+  `Censored` tinyint(1) NOT NULL DEFAULT '1'
852 853
   `FileList` mediumtext,
853 854
   `Description` text,
854 855
   `VoteScore` float NOT NULL DEFAULT '0',

Loading…
Cancel
Save