mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 14:02:08 -04:00
5 lines
161 B
SQL
5 lines
161 B
SQL
-- migrations/02003_rebuild_rule.up.sql
|
|
-- Purpose: Back rebuilding server rule table
|
|
-- Author: PPanel Team, 2025-04-21
|
|
DROP TABLE IF EXISTS server_rule_group;
|