forked from cerc-io/ipld-eth-server
ce428199eb
and shared directories and refactor as much into shared; finish lightSync omni watcher tests
4 lines
170 B
SQL
4 lines
170 B
SQL
CREATE TABLE public.checked_headers (
|
|
id SERIAL PRIMARY KEY,
|
|
header_id INTEGER UNIQUE NOT NULL REFERENCES headers (id) ON DELETE CASCADE
|
|
); |