feat: dont migrate tg messages from v1

This commit is contained in:
2025-12-23 17:34:07 +03:00
parent 262f529290
commit b87797ee67

View File

@@ -26,10 +26,8 @@ return new class extends Migration {
'module_tgshop_theme_dark' => 'app.theme_dark', 'module_tgshop_theme_dark' => 'app.theme_dark',
'module_tgshop_debug' => 'app.app_debug', 'module_tgshop_debug' => 'app.app_debug',
'module_tgshop_chat_id' => 'telegram.chat_id', 'module_tgshop_chat_id' => 'telegram.chat_id',
'module_tgshop_owner_notification_template' => 'telegram.owner_notification_template',
'module_tgshop_text_order_created_success' => 'texts.text_order_created_success', 'module_tgshop_text_order_created_success' => 'texts.text_order_created_success',
'module_tgshop_enable_store' => 'store.enable_store', 'module_tgshop_enable_store' => 'store.enable_store',
'module_tgshop_customer_notification_template' => 'telegram.customer_notification_template',
'module_tgshop_feature_vouchers' => 'store.feature_vouchers', 'module_tgshop_feature_vouchers' => 'store.feature_vouchers',
'module_tgshop_order_default_status_id' => 'orders.order_default_status_id', 'module_tgshop_order_default_status_id' => 'orders.order_default_status_id',
'module_tgshop_feature_coupons' => 'store.feature_coupons', 'module_tgshop_feature_coupons' => 'store.feature_coupons',