cic-chain-events/migrations/001_init.sql
Mohammed Sohail 42bc68024f
docs: add functionality, and usage
others:

* remove drop command from sql migration
2023-01-11 09:29:16 +00:00

8 lines
114 B
SQL

CREATE TABLE IF NOT EXISTS blocks (
n INT UNIQUE PRIMARY KEY
);
CREATE TABLE syncer_meta (
lower_bound INT
);