Fix lucky gift import migration database context
This commit is contained in:
parent
8affe63f6a
commit
c27947fd05
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user