[Fix] Connections
This commit is contained in:
parent
ed10028808
commit
8e709513c0
19 changed files with 381 additions and 612 deletions
4
migrations/007_iota_snapshot_outbox.sql
Normal file
4
migrations/007_iota_snapshot_outbox.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
CREATE TABLE iota_snapshot_outbox (
|
||||
iota_id BIGINT NOT NULL PRIMARY KEY,
|
||||
updated_at DATETIME NOT NULL
|
||||
);
|
||||
Loading…
Reference in a new issue