This commit is contained in:
Ember Moth
2026-07-05 22:22:13 +08:00
parent 4ffdc89421
commit d2253bb8fa
83 changed files with 23 additions and 1033 deletions
@@ -1,4 +1,3 @@
-- migrate:up
-- migrations/02008_create_user_reset_subscribe_log.up.sql
-- Purpose: Create user_reset_subscribe_log table
-- Author: PPanel Team, 2025-04-22
@@ -17,10 +16,3 @@ CREATE TABLE IF NOT EXISTS `user_reset_subscribe_log`
DEFAULT CHARSET = utf8mb4
COLLATE = utf8mb4_general_ci;
-- migrate:down
-- migrations/02008_create_user_reset_subscribe_log.down.sql
-- Purpose: Drop user_reset_subscribe_log table
-- Author: PPanel Team, 2025-04-22
DROP TABLE IF EXISTS `user_reset_subscribe_log`;