mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-30 22:41:56 -04:00
add MySQL + PG down.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- This migration script reverts the inventory values in the 'subscribe' table
|
||||
UPDATE "subscribe"
|
||||
SET "inventory" = 0
|
||||
WHERE "inventory" = -1;
|
||||
Reference in New Issue
Block a user