From b87797ee6728523d8e17eeab13b85b014c157d95 Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Tue, 23 Dec 2025 17:34:07 +0300 Subject: [PATCH] feat: dont migrate tg messages from v1 --- .../migrations/20260101000000_migrate_from_legacy_settings.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/oc_telegram_shop/upload/oc_telegram_shop/database/migrations/20260101000000_migrate_from_legacy_settings.php b/module/oc_telegram_shop/upload/oc_telegram_shop/database/migrations/20260101000000_migrate_from_legacy_settings.php index 5846f1e..7933696 100755 --- a/module/oc_telegram_shop/upload/oc_telegram_shop/database/migrations/20260101000000_migrate_from_legacy_settings.php +++ b/module/oc_telegram_shop/upload/oc_telegram_shop/database/migrations/20260101000000_migrate_from_legacy_settings.php @@ -26,10 +26,8 @@ return new class extends Migration { 'module_tgshop_theme_dark' => 'app.theme_dark', 'module_tgshop_debug' => 'app.app_debug', '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_enable_store' => 'store.enable_store', - 'module_tgshop_customer_notification_template' => 'telegram.customer_notification_template', 'module_tgshop_feature_vouchers' => 'store.feature_vouchers', 'module_tgshop_order_default_status_id' => 'orders.order_default_status_id', 'module_tgshop_feature_coupons' => 'store.feature_coupons',