Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed Jul 20, 2023
1 parent 7261746 commit f0538ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/migrations/02_runtimes.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ CREATE TABLE chain.runtime_events
round UINT63 NOT NULL,
tx_index UINT31,
FOREIGN KEY (runtime, round, tx_index) REFERENCES chain.runtime_transactions(runtime, round, tx_index) DEFERRABLE INITIALLY DEFERRED,
timestamp TIMESTAMP WITH TIME ZONE NOT NULL,

tx_hash HEX64,
tx_eth_hash HEX64,
timestamp TIMESTAMP WITH TIME ZONE NOT NULL,
-- TODO: add link to openapi spec section with runtime event types.
type TEXT NOT NULL,
-- The raw event, as returned by the oasis-sdk runtime client.
Expand Down

0 comments on commit f0538ce

Please sign in to comment.