mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2024-11-16 04:56:46 +01:00
8 lines
114 B
SQL
8 lines
114 B
SQL
CREATE TABLE IF NOT EXISTS blocks (
|
|
n INT UNIQUE PRIMARY KEY
|
|
);
|
|
|
|
CREATE TABLE syncer_meta (
|
|
lower_bound INT
|
|
);
|