📋 Taşıma Planı

Migration Modüllere Taşıma Planı

29 Aralık 2025 - v3

database/migrations/ → Modules/*/database/migrations/

📊 Özet

~40
Taşınacak Dosya
10
Hedef Modül
~40
Kalacak (Core)
2
Duplicate Silinecek

🎵 Modules/Muzibu (10 dosya)

Hedef: Modules/Muzibu/database/migrations/

📄 2025_11_10_223740_add_description_to_muzibu_sectors_table.php
📄 2025_11_11_050254_add_hls_fields_to_muzibu_songs_table.php
📄 2025_11_12_001526_add_search_indexes_to_muzibu_tables.php
📄 2025_11_24_000001_create_muzibu_corporate_accounts_table.php
📄 2025_11_29_040130_add_encryption_to_songs.php
📄 2025_12_05_201240_add_last_played_song_to_users_table.php (users tablosu ama Muzibu feature)
📄 2025_12_06_042550_drop_metadata_from_muzibu_songs_table.php
📄 2025_12_06_044035_drop_redundant_fields_from_muzibu_songs.php
📄 2025_12_06_044715_drop_virtual_search_columns_from_muzibu_tables.php
📄 2025_12_29_203727_add_browser_platform_to_song_plays.php

🛒 Modules/Shop (7 dosya)

Hedef: Modules/Shop/database/migrations/

📄 2025_10_14_000000_create_shop_product_chat_placeholders_table.php
📄 2025_10_30_144439_create_shop_currencies_table.php
📄 2025_10_30_144543_add_currency_id_to_shop_tables.php
📄 2025_10_30_200601_add_is_auto_update_to_shop_currencies_table.php
📄 2025_10_30_211814_add_last_updated_at_to_shop_currencies_table.php
📄 2025_11_23_000001_rename_shop_tables_to_universal.php
📄 2025_11_30_000258_add_performance_indexes_to_shop_products_and_blogs.php (Shop+Blog index)

🛍️ Modules/Cart (5 dosya)

Hedef: Modules/Cart/database/migrations/

📄 2025_10_30_142400_add_soft_deletes_to_shop_carts_table.php
📄 2025_10_30_185655_rename_currency_to_currency_code_in_shop_carts_table.php
📄 2025_11_14_060949_add_display_and_currency_fields_to_cart_items.php
📄 2025_11_14_062634_add_address_fields_to_carts.php
📄 2025_12_12_041443_add_indexes_for_slow_queries_cart_addresses.php

🔍 Modules/SeoManagement (3 dosya)

Hedef: Modules/SeoManagement/database/migrations/

📄 2025_07_19_000001_create_seo_settings_table.php
📄 2025_07_19_000002_create_tenant_seo_settings_table.php
📄 2025_11_15_163014_add_author_fields_to_seo_settings_table.php

🖼️ Modules/MediaManagement (3 dosya)

Hedef: Modules/MediaManagement/database/migrations/

📄 2025_02_15_192501_create_media_table.php
🗑️ 2025_02_15_192502_create_media_table.php (DUPLICATE - SİL)
📄 2025_10_18_200441_fix_media_table_id_auto_increment.php
📄 2025_11_15_004152_add_ai_generation_fields_to_media_library_items_table.php

🔎 Modules/Search (5 dosya)

Hedef: Modules/Search/database/migrations/

📄 2025_10_18_210135_create_search_queries_table.php
📄 2025_10_18_215152_add_is_visible_to_search_queries.php
📄 2025_10_22_035611_add_popular_and_hidden_columns_to_search_queries_table.php
📄 2025_10_22_041315_add_indexes_to_search_queries_new_columns.php
📄 2025_10_29_031319_add_slug_to_search_queries_table.php

📝 Modules/Blog (1 dosya)

Hedef: Modules/Blog/database/migrations/

📄 2025_11_14_050744_create_blog_ai_drafts_table.php

📦 Modules/WidgetManagement (2 dosya)

Hedef: Modules/WidgetManagement/database/migrations/

📄 2025_12_04_024730_add_position_and_indexes_to_tenant_widgets_table.php
📄 2025_12_04_024805_add_indexes_to_widget_items_table.php

📧 Modules/Mail (1 dosya)

Hedef: Modules/Mail/database/migrations/

📄 2025_11_24_061210_add_display_order_to_mail_templates_table.php

💳 Modules/Subscription (3 dosya)

Hedef: Modules/Subscription/database/migrations/

📄 2025_12_23_050000_add_subscription_expires_at_to_users_table.php
📄 2025_12_23_050001_update_subscriptions_status_column.php
📄 2025_12_23_060000_add_subscription_expires_at_to_tenant_users_table.php

KALACAK DOSYALAR (Core/Central-Only)

Bu dosyalar database/migrations/'da kalacak:

── Core ──
• 0001_01_01_000000_create_users_table.php
• 0001_01_01_000001_create_cache_table.php
• 0001_01_01_000002_create_jobs_table.php
• 2025_02_14_132615_create_sessions_table.php
── Tenant Yönetimi ──
• 2019_09_15_000010_create_tenants_table.php
• 2019_09_15_000020_create_domains_table.php
• + diğer tenant/domain dosyaları
── Monitoring ──
• telescope, pulse tabloları
── AI Central ──
• ai_workflows, ai_conversations vb.
── Diğer ──
• themes, geozone, tags, trusted_devices vb.

🗑️ SİLİNECEK (Duplicate)

❌ 2025_02_15_192502_create_media_table.php (192501 zaten var)
❌ 2024_11_27_203421_tenant_create_activity_log_table.php (tenant prefix'li, üst klasörde olmamalı)

⚠️ İşlem Sırası

  1. Önce duplicate dosyaları sil
  2. Her modül için: dosyayı Modules/X/database/migrations/'a KOPYALA
  3. Aynı dosyayı Modules/X/database/migrations/tenant/'a da kopyala (yoksa)
  4. database/migrations/'dan SİL
  5. database/migrations/tenant/'dan da SİL (varsa)

💬 "UYGUNDUR" dersen başlayalım!