diff --git a/crates/proto/src/gen/proto_descriptor.bin.no_lfs b/crates/proto/src/gen/proto_descriptor.bin.no_lfs new file mode 100644 index 0000000000..9e559fdeff Binary files /dev/null and b/crates/proto/src/gen/proto_descriptor.bin.no_lfs differ diff --git a/crates/view/src/storage/schema.sql b/crates/view/src/storage/schema.sql index d5c4414e8b..5ec09e8396 100644 --- a/crates/view/src/storage/schema.sql +++ b/crates/view/src/storage/schema.sql @@ -11,6 +11,7 @@ CREATE TABLE governance_params (bytes BLOB NOT NULL); CREATE TABLE chain_params (bytes BLOB NOT NULL); CREATE TABLE dao_params (bytes BLOB NOT NULL); CREATE TABLE fee_params (bytes BLOB NOT NULL); +CREATE TABLE distributions_params (bytes BLOB NOT NULL); CREATE TABLE fmd_parameters (bytes BLOB NOT NULL); CREATE TABLE full_viewing_key (bytes BLOB NOT NULL); CREATE TABLE sync_height (height BIGINT NOT NULL); @@ -129,4 +130,4 @@ CREATE TABLE positions ( position_id BLOB PRIMARY KEY NOT NULL, position_state TEXT NOT NULL, trading_pair TEXT NOT NULL -); \ No newline at end of file +);