update tests and import order per PR feedback

This commit is contained in:
Taka Goto
2018-08-30 15:06:14 -05:00
parent 4ca7c10f92
commit adc7c47244
5 changed files with 33 additions and 7 deletions
@@ -9,5 +9,6 @@ CREATE TABLE maker.bite (
tab NUMERIC,
flip VARCHAR,
tx_idx INTEGER NOT NUll,
raw_log JSONB
raw_log JSONB,
UNIQUE (header_id, tx_idx)
)