Merge pull request #3277 from dataease/pr@dev@refactor_useless-dataset

refactor: 清理未使用的数据集
This commit is contained in:
xuwei-fit2cloud 2022-09-30 15:43:18 +08:00 committed by GitHub
commit acd2ce2d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,3 +790,6 @@ COMMIT;
SET FOREIGN_KEY_CHECKS = 1;
delete from dataset_table where id ='4e603bf1-84f0-4234-b789-b68adfe45f5b';
delete from dataset_table_field where table_id='4e603bf1-84f0-4234-b789-b68adfe45f5b';