Skip to content

Commit 9e996c0

Browse files
committed
automation: update schema dump
1 parent b7b6387 commit 9e996c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/schema/mysql-schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ CREATE TABLE `tmdb_people` (
19021902
KEY `person_name_index` (`name`)
19031903
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
19041904
/*!40101 SET character_set_client = @saved_cs_client */;
1905-
DROP TABLE IF EXISTS `tmdb_recommendation_movies`;
1905+
DROP TABLE IF EXISTS `tmdb_recommended_movies`;
19061906
/*!40101 SET @saved_cs_client = @@character_set_client */;
19071907
/*!50503 SET character_set_client = utf8mb4 */;
19081908
CREATE TABLE `tmdb_recommended_movies` (

0 commit comments

Comments
 (0)