Files
junhong_cmp_fiber/migrations/000136_create_asset_operation_log.down.sql
huang cb75b5668b
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m10s
操作日志
2026-04-27 12:16:38 +08:00

9 lines
346 B
SQL

-- 回滚资产操作审计日志表
DROP INDEX IF EXISTS idx_asset_log_asset_created;
DROP INDEX IF EXISTS idx_asset_log_identifier_created;
DROP INDEX IF EXISTS idx_asset_log_operator_created;
DROP INDEX IF EXISTS idx_asset_log_operation_created;
DROP INDEX IF EXISTS idx_asset_log_result_created;
DROP TABLE IF EXISTS tb_asset_operation_log;