Browse Source

Add missing columns to schema

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

+ 2
- 0
gazelle.sql View File

@@ -1193,6 +1193,7 @@ CREATE TABLE `torrents_group` (
1193 1193
   `ID` int(10) NOT NULL AUTO_INCREMENT,
1194 1194
   `CategoryID` int(10) DEFAULT NULL,
1195 1195
   `Name` varchar(300) DEFAULT NULL,
1196
+  `NameRJ` varchar(300) DEFAULT NULL,
1196 1197
   `NameJP` varchar(300) DEFAULT NULL,
1197 1198
   `Year` int(4) DEFAULT NULL,
1198 1199
   `Studio` varchar(80) NOT NULL DEFAULT '',
@@ -1539,6 +1540,7 @@ CREATE TABLE `users_main` (
1539 1540
   `ipcc` varchar(2) NOT NULL DEFAULT '',
1540 1541
   `FLTokens` int(10) NOT NULL DEFAULT '0',
1541 1542
   `BonusPoints` int(10) unsigned NOT NULL DEFAULT '0',
1543
+  `IRCLines` int(10) unsigned NOT NULL DEFAULT '0',
1542 1544
   `HnR` int(10) NOT NULL DEFAULT '0',
1543 1545
   PRIMARY KEY (`ID`),
1544 1546
   UNIQUE KEY `Username` (`Username`),

Loading…
Cancel
Save