refactor(db): align project template schema

This commit is contained in:
2026-08-03 10:39:31 +08:00
parent 0be31869b5
commit f010f071eb
9 changed files with 25 additions and 132 deletions
-5
View File
@@ -1,5 +0,0 @@
-- 王名豪
-- 2025/03/23
-- 删除user这张表
drop table if exists users;
@@ -0,0 +1,3 @@
-- [LEAKAGE_IDENTIFY_RESULT]
DROP TABLE IF EXISTS leakage_identify_result;