Start to implement database transaction tree

This commit is contained in:
wqy
2022-09-01 23:32:14 +08:00
parent 1fa8a4ac2a
commit b8eed02366
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DROP TABLE CURRENTOPERATION;
DROP TABLE OPERATION;