重构现代化 FastAPI 后端项目框架
This commit is contained in:
9
resources/sql/drop/19.reactions.sql
Normal file
9
resources/sql/drop/19.reactions.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [REACTIONS]
|
||||
|
||||
drop table if exists reactions_tank;
|
||||
|
||||
drop table if exists reactions_pipe_wall;
|
||||
|
||||
drop table if exists reactions_pipe_bulk;
|
||||
|
||||
drop table if exists reactions;
|
||||
Reference in New Issue
Block a user