c92a7e3e35
globally updated sqlx to 0.6.3 wip basic processing loop wip starting on modules all of the requesting logic, catching up, etc remaining work includes persisting the data wip persisting block data initial and extremely basic nyxd block scraper
10 lines
240 B
SQL
10 lines
240 B
SQL
/*
|
|
* Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
CREATE TABLE METADATA
|
|
(
|
|
id INTEGER PRIMARY KEY CHECK (id = 0),
|
|
last_processed_height INTEGER NOT NULL
|
|
); |