summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/schema.sql b/schema/schema.sql
index 9b1e5ab..f957079 100644
--- a/schema/schema.sql
+++ b/schema/schema.sql
@@ -34,7 +34,6 @@ CREATE TABLE `imdb` (
`num_votes` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `imdb_id` (`imdb_id`),
- UNIQUE KEY `wiki_article` (`wiki_article`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;