init socle
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
4ba5c58a37
commit
599479d746
12 changed files with 400 additions and 0 deletions
8
migrations/000001_init_schema.down.sql
Normal file
8
migrations/000001_init_schema.down.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DROP TABLE IF EXISTS account_snapshot;
|
||||
DROP TABLE IF EXISTS position_snapshot;
|
||||
DROP TABLE IF EXISTS transaction;
|
||||
DROP TABLE IF EXISTS recurring_rule;
|
||||
DROP TABLE IF EXISTS envelope;
|
||||
DROP TABLE IF EXISTS account;
|
||||
DROP TABLE IF EXISTS price_history;
|
||||
DROP TABLE IF EXISTS instrument;
|
||||
Loading…
Add table
Add a link
Reference in a new issue