Skip to content

Commit

Permalink
Deposit field can be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbgithub committed Jul 30, 2024
1 parent 0d7d42e commit 45c1a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/grest/rpc/01_cached_tables/pool_info_cache.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CREATE TABLE grest.pool_info_cache (
margin double precision NOT NULL,
fixed_cost lovelace NOT NULL,
pledge lovelace NOT NULL,
deposit lovelace NOT NULL,
deposit lovelace,
reward_addr character varying,
owners character varying [],
relays jsonb [],
Expand Down

0 comments on commit 45c1a56

Please sign in to comment.