You've already forked orderservice
feat: added migrations
This commit is contained in:
@@ -0,0 +1 @@
|
||||
drop table if exists orders;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
drop table if exists orders;
|
||||