Fix lucky gift import migration database context

This commit is contained in:
zhx 2026-07-08 22:41:36 +08:00
parent 8affe63f6a
commit c27947fd05

View File

@ -8,6 +8,8 @@ SET @lucky_import_app_code := 'lalu';
CREATE DATABASE IF NOT EXISTS hyapp_lucky_gift DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
USE hyapp_lucky_gift;
INSERT INTO hyapp_lucky_gift.activities (
app_code, activity_id, status, updated_at_ms
)