feat: 归档旧迁移文件,创建初始化数据迁移和重置脚本
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DROP INDEX IF EXISTS idx_asset_identifier_asset;
|
||||
DROP TABLE IF EXISTS tb_asset_identifier;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
DROP INDEX IF EXISTS idx_asset_identifier_asset;
|
||||
DROP TABLE IF EXISTS tb_asset_identifier;
|
||||