Files
digital-psychology/apps/api/migrations/000039_report_templates.down.sql
T
jackyu66git 5de9a7bbe5 feat(ECR-038): GrowthInsights ReportTemplate 只读并 Closed
ReportTemplate catalog (000039) · Loop continuous.
2026-08-08 03:16:57 +08:00

3 lines
108 B
SQL

DELETE FROM admin_role_permissions WHERE code = 'admin.growth.read';
DROP TABLE IF EXISTS report_templates;