diff --git a/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shortcuts_with_unicode.php b/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php similarity index 100% rename from extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shortcuts_with_unicode.php rename to extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php diff --git a/framework/core/migrations/2018_09_15_041340_add_users_indices.php b/framework/core/migrations/2018_09_15_041340_add_users_indicies.php similarity index 100% rename from framework/core/migrations/2018_09_15_041340_add_users_indices.php rename to framework/core/migrations/2018_09_15_041340_add_users_indicies.php diff --git a/framework/core/migrations/2018_09_15_041828_add_discussions_indices.php b/framework/core/migrations/2018_09_15_041828_add_discussions_indicies.php similarity index 100% rename from framework/core/migrations/2018_09_15_041828_add_discussions_indices.php rename to framework/core/migrations/2018_09_15_041828_add_discussions_indicies.php diff --git a/framework/core/migrations/mysql-install.dump b/framework/core/migrations/mysql-install.dump index ec5d82ccc6..a3146d149a 100644 --- a/framework/core/migrations/mysql-install.dump +++ b/framework/core/migrations/mysql-install.dump @@ -350,8 +350,8 @@ INSERT INTO `db_prefix_migrations` VALUES (49,'2018_01_18_135100_change_posts_ad INSERT INTO `db_prefix_migrations` VALUES (50,'2018_01_30_112238_add_fulltext_index_to_discussions_title',NULL); INSERT INTO `db_prefix_migrations` VALUES (51,'2018_01_30_220100_create_post_user_table',NULL); INSERT INTO `db_prefix_migrations` VALUES (52,'2018_01_30_222900_change_users_rename_columns',NULL); -INSERT INTO `db_prefix_migrations` VALUES (55,'2018_09_15_041340_add_users_indices',NULL); -INSERT INTO `db_prefix_migrations` VALUES (56,'2018_09_15_041828_add_discussions_indices',NULL); +INSERT INTO `db_prefix_migrations` VALUES (55,'2018_09_15_041340_add_users_indicies',NULL); +INSERT INTO `db_prefix_migrations` VALUES (56,'2018_09_15_041828_add_discussions_indicies',NULL); INSERT INTO `db_prefix_migrations` VALUES (57,'2018_09_15_043337_add_notifications_indices',NULL); INSERT INTO `db_prefix_migrations` VALUES (58,'2018_09_15_043621_add_posts_indices',NULL); INSERT INTO `db_prefix_migrations` VALUES (59,'2018_09_22_004100_change_registration_tokens_columns',NULL); diff --git a/framework/core/migrations/pgsql-install.dump b/framework/core/migrations/pgsql-install.dump index 7b3ceed193..760c0b82dd 100644 --- a/framework/core/migrations/pgsql-install.dump +++ b/framework/core/migrations/pgsql-install.dump @@ -1207,8 +1207,8 @@ INSERT INTO public.db_prefix_migrations VALUES (49,'2018_01_18_135100_change_pos INSERT INTO public.db_prefix_migrations VALUES (50,'2018_01_30_112238_add_fulltext_index_to_discussions_title',NULL); INSERT INTO public.db_prefix_migrations VALUES (51,'2018_01_30_220100_create_post_user_table',NULL); INSERT INTO public.db_prefix_migrations VALUES (52,'2018_01_30_222900_change_users_rename_columns',NULL); -INSERT INTO public.db_prefix_migrations VALUES (55,'2018_09_15_041340_add_users_indices',NULL); -INSERT INTO public.db_prefix_migrations VALUES (56,'2018_09_15_041828_add_discussions_indices',NULL); +INSERT INTO public.db_prefix_migrations VALUES (55,'2018_09_15_041340_add_users_indicies',NULL); +INSERT INTO public.db_prefix_migrations VALUES (56,'2018_09_15_041828_add_discussions_indicies',NULL); INSERT INTO public.db_prefix_migrations VALUES (57,'2018_09_15_043337_add_notifications_indices',NULL); INSERT INTO public.db_prefix_migrations VALUES (58,'2018_09_15_043621_add_posts_indices',NULL); INSERT INTO public.db_prefix_migrations VALUES (59,'2018_09_22_004100_change_registration_tokens_columns',NULL); diff --git a/framework/core/migrations/sqlite-install.dump b/framework/core/migrations/sqlite-install.dump index e1354a4e1c..6a4cda4bc9 100644 --- a/framework/core/migrations/sqlite-install.dump +++ b/framework/core/migrations/sqlite-install.dump @@ -105,8 +105,8 @@ INSERT INTO db_prefix_migrations VALUES(49,'2018_01_18_135100_change_posts_add_f INSERT INTO db_prefix_migrations VALUES(50,'2018_01_30_112238_add_fulltext_index_to_discussions_title',NULL); INSERT INTO db_prefix_migrations VALUES(51,'2018_01_30_220100_create_post_user_table',NULL); INSERT INTO db_prefix_migrations VALUES(52,'2018_01_30_222900_change_users_rename_columns',NULL); -INSERT INTO db_prefix_migrations VALUES(55,'2018_09_15_041340_add_users_indices',NULL); -INSERT INTO db_prefix_migrations VALUES(56,'2018_09_15_041828_add_discussions_indices',NULL); +INSERT INTO db_prefix_migrations VALUES(55,'2018_09_15_041340_add_users_indicies',NULL); +INSERT INTO db_prefix_migrations VALUES(56,'2018_09_15_041828_add_discussions_indicies',NULL); INSERT INTO db_prefix_migrations VALUES(57,'2018_09_15_043337_add_notifications_indices',NULL); INSERT INTO db_prefix_migrations VALUES(58,'2018_09_15_043621_add_posts_indices',NULL); INSERT INTO db_prefix_migrations VALUES(59,'2018_09_22_004100_change_registration_tokens_columns',NULL);