summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0001-part.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-15 00:01:45 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-15 00:01:45 +0200
commit39640c33395744bfa3679ea6923b46ef6881e315 (patch)
tree08497479857f3b274db411088c52c1d78856c4c2 /src/exchangedb/exchange-0001-part.sql
parenta8ec6818bb236e883da753ab7290a22c9f773fae (diff)
downloadexchange-39640c33395744bfa3679ea6923b46ef6881e315.tar.gz
exchange-39640c33395744bfa3679ea6923b46ef6881e315.tar.bz2
exchange-39640c33395744bfa3679ea6923b46ef6881e315.zip
towards testing #4960
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
-rw-r--r--src/exchangedb/exchange-0001-part.sql2
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
);