From efec46d9d485ec439a25adcac6da105683a221ad Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 11 Feb 2021 13:14:57 +0100 Subject: [PATCH] moved old migrations from HC to examples folder to avoid conflicts with new migrations --- .../20200123150105-merge_duplicate_user_accounts.js | 0 .../20200123150110-merge_duplicate_location_nodes.js | 0 ...e_muted_relationship_between_existing_blocked_relationships.js | 0 .../{ => examples}/20200206190233-swap_latitude_with_longitude.js | 0 .../{ => examples}/20200207080200-fulltext_index_for_tags.js | 0 .../20200213230248-add_unique_index_to_image_url.js | 0 .../migrations/{ => examples}/20200312140328-bulk_upload_to_s3.js | 0 .../20200320200315-refactor_all_images_to_separate_type.js | 0 .../20200323140300-remove_deleted_users_obsolete_attributes.js | 0 .../20200323160336-remove_deleted_posts_obsolete_attributes.js | 0 .../{ => examples}/20200326160326-remove_dangling_image_urls.js | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename backend/src/db/migrations/{ => examples}/20200123150105-merge_duplicate_user_accounts.js (100%) rename backend/src/db/migrations/{ => examples}/20200123150110-merge_duplicate_location_nodes.js (100%) rename backend/src/db/migrations/{ => examples}/20200127110135-create_muted_relationship_between_existing_blocked_relationships.js (100%) rename backend/src/db/migrations/{ => examples}/20200206190233-swap_latitude_with_longitude.js (100%) rename backend/src/db/migrations/{ => examples}/20200207080200-fulltext_index_for_tags.js (100%) rename backend/src/db/migrations/{ => examples}/20200213230248-add_unique_index_to_image_url.js (100%) rename backend/src/db/migrations/{ => examples}/20200312140328-bulk_upload_to_s3.js (100%) rename backend/src/db/migrations/{ => examples}/20200320200315-refactor_all_images_to_separate_type.js (100%) rename backend/src/db/migrations/{ => examples}/20200323140300-remove_deleted_users_obsolete_attributes.js (100%) rename backend/src/db/migrations/{ => examples}/20200323160336-remove_deleted_posts_obsolete_attributes.js (100%) rename backend/src/db/migrations/{ => examples}/20200326160326-remove_dangling_image_urls.js (100%) diff --git a/backend/src/db/migrations/20200123150105-merge_duplicate_user_accounts.js b/backend/src/db/migrations/examples/20200123150105-merge_duplicate_user_accounts.js similarity index 100% rename from backend/src/db/migrations/20200123150105-merge_duplicate_user_accounts.js rename to backend/src/db/migrations/examples/20200123150105-merge_duplicate_user_accounts.js diff --git a/backend/src/db/migrations/20200123150110-merge_duplicate_location_nodes.js b/backend/src/db/migrations/examples/20200123150110-merge_duplicate_location_nodes.js similarity index 100% rename from backend/src/db/migrations/20200123150110-merge_duplicate_location_nodes.js rename to backend/src/db/migrations/examples/20200123150110-merge_duplicate_location_nodes.js diff --git a/backend/src/db/migrations/20200127110135-create_muted_relationship_between_existing_blocked_relationships.js b/backend/src/db/migrations/examples/20200127110135-create_muted_relationship_between_existing_blocked_relationships.js similarity index 100% rename from backend/src/db/migrations/20200127110135-create_muted_relationship_between_existing_blocked_relationships.js rename to backend/src/db/migrations/examples/20200127110135-create_muted_relationship_between_existing_blocked_relationships.js diff --git a/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js b/backend/src/db/migrations/examples/20200206190233-swap_latitude_with_longitude.js similarity index 100% rename from backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js rename to backend/src/db/migrations/examples/20200206190233-swap_latitude_with_longitude.js diff --git a/backend/src/db/migrations/20200207080200-fulltext_index_for_tags.js b/backend/src/db/migrations/examples/20200207080200-fulltext_index_for_tags.js similarity index 100% rename from backend/src/db/migrations/20200207080200-fulltext_index_for_tags.js rename to backend/src/db/migrations/examples/20200207080200-fulltext_index_for_tags.js diff --git a/backend/src/db/migrations/20200213230248-add_unique_index_to_image_url.js b/backend/src/db/migrations/examples/20200213230248-add_unique_index_to_image_url.js similarity index 100% rename from backend/src/db/migrations/20200213230248-add_unique_index_to_image_url.js rename to backend/src/db/migrations/examples/20200213230248-add_unique_index_to_image_url.js diff --git a/backend/src/db/migrations/20200312140328-bulk_upload_to_s3.js b/backend/src/db/migrations/examples/20200312140328-bulk_upload_to_s3.js similarity index 100% rename from backend/src/db/migrations/20200312140328-bulk_upload_to_s3.js rename to backend/src/db/migrations/examples/20200312140328-bulk_upload_to_s3.js diff --git a/backend/src/db/migrations/20200320200315-refactor_all_images_to_separate_type.js b/backend/src/db/migrations/examples/20200320200315-refactor_all_images_to_separate_type.js similarity index 100% rename from backend/src/db/migrations/20200320200315-refactor_all_images_to_separate_type.js rename to backend/src/db/migrations/examples/20200320200315-refactor_all_images_to_separate_type.js diff --git a/backend/src/db/migrations/20200323140300-remove_deleted_users_obsolete_attributes.js b/backend/src/db/migrations/examples/20200323140300-remove_deleted_users_obsolete_attributes.js similarity index 100% rename from backend/src/db/migrations/20200323140300-remove_deleted_users_obsolete_attributes.js rename to backend/src/db/migrations/examples/20200323140300-remove_deleted_users_obsolete_attributes.js diff --git a/backend/src/db/migrations/20200323160336-remove_deleted_posts_obsolete_attributes.js b/backend/src/db/migrations/examples/20200323160336-remove_deleted_posts_obsolete_attributes.js similarity index 100% rename from backend/src/db/migrations/20200323160336-remove_deleted_posts_obsolete_attributes.js rename to backend/src/db/migrations/examples/20200323160336-remove_deleted_posts_obsolete_attributes.js diff --git a/backend/src/db/migrations/20200326160326-remove_dangling_image_urls.js b/backend/src/db/migrations/examples/20200326160326-remove_dangling_image_urls.js similarity index 100% rename from backend/src/db/migrations/20200326160326-remove_dangling_image_urls.js rename to backend/src/db/migrations/examples/20200326160326-remove_dangling_image_urls.js