mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
6 lines
194 B
SQL
6 lines
194 B
SQL
-- 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`;
|