diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-15 00:01:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-15 00:01:45 +0200 |
commit | 39640c33395744bfa3679ea6923b46ef6881e315 (patch) | |
tree | 08497479857f3b274db411088c52c1d78856c4c2 /src/exchangedb/exchange-0001-part.sql | |
parent | a8ec6818bb236e883da753ab7290a22c9f773fae (diff) |
towards testing #4960
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
-rw-r--r-- | src/exchangedb/exchange-0001-part.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index dee63a7e2..bb01051d2 100644 --- a/src/exchangedb/exchange-0001-part.sql +++ b/src/exchangedb/exchange-0001-part.sql @@ -88,7 +88,7 @@ CREATE TABLE IF NOT EXISTS profit_drains ,payto_uri VARCHAR NOT NULL ,trigger_date INT8 NOT NULL ,amount_val INT8 NOT NULL - ,amount_frac INT8 NOT NULL + ,amount_frac INT4 NOT NULL ,master_sig BYTEA NOT NULL CHECK (LENGTH(master_sig)=64) ,executed BOOLEAN NOT NULL DEFAULT FALSE ); |