feat(postgres): Add initial table schema for Finito tables
This commit is contained in:
parent
fe97c712cc
commit
cbb58fa6c2
3 changed files with 42 additions and 1 deletions
|
|
@ -0,0 +1,4 @@
|
|||
DROP TABLE actions;
|
||||
DROP TYPE ActionStatus;
|
||||
DROP TABLE events;
|
||||
DROP TABLE machines;
|
||||
Loading…
Add table
Add a link
Reference in a new issue