Skip to content

Commit

Permalink
Fix code3b position in DB
Browse files Browse the repository at this point in the history
  • Loading branch information
halali committed Nov 5, 2018
1 parent e97e34b commit dd87c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/create_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ CREATE TABLE "table_settings_notifier" (
);
CREATE TABLE "table_settings_languages" (
`code3` TEXT NOT NULL UNIQUE,
`code3b` TEXT,
`code2` TEXT,
`name` TEXT NOT NULL,
`enabled` INTEGER,
`code3b` TEXT,
PRIMARY KEY(`code3`)
);
CREATE TABLE "table_history" (
Expand Down

0 comments on commit dd87c1b

Please sign in to comment.