7 lines
265 B
SQL
7 lines
265 B
SQL
-- Roll back the M02-A multi-application and tenant configuration model.
|
|
|
|
DELETE FROM qipai_schema_migrations WHERE version = '2026061803';
|
|
DROP TABLE IF EXISTS qipai_tenant_configs;
|
|
DROP TABLE IF EXISTS qipai_tenant_apps;
|
|
DROP TABLE IF EXISTS qipai_platform_apps;
|