This commit is contained in:
Eduard S
2021-03-03 14:37:41 +01:00
parent bfba1ba2d2
commit d4f6926311
6 changed files with 281 additions and 224 deletions

View File

@@ -668,6 +668,7 @@ CREATE TABLE node_info (
min_fee NUMERIC, -- L2DB config
constants BYTEA -- info of the network that is constant
);
INSERT INTO node_info(item_id) VALUES (1); -- Always have a single row that we will update
-- +migrate Down
-- triggers