summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0003.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-04 13:00:20 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-04 13:00:20 +0200
commitadc6c53b5c7e08ff6eba180f872a8a8f8f94cd65 (patch)
tree60f0b2e980a38b31650077aebffa611555bc54ef /src/exchangedb/exchange-0003.sql
parentc97292593371e591dc7ba4c38947ebf228b13eb2 (diff)
downloadexchange-adc6c53b5c7e08ff6eba180f872a8a8f8f94cd65.tar.gz
exchange-adc6c53b5c7e08ff6eba180f872a8a8f8f94cd65.tar.bz2
exchange-adc6c53b5c7e08ff6eba180f872a8a8f8f94cd65.zip
doxygen and spelling fixes
Diffstat (limited to 'src/exchangedb/exchange-0003.sql')
-rw-r--r--src/exchangedb/exchange-0003.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange-0003.sql b/src/exchangedb/exchange-0003.sql
index e1c9273fb..5a33e0fcc 100644
--- a/src/exchangedb/exchange-0003.sql
+++ b/src/exchangedb/exchange-0003.sql
@@ -25,7 +25,7 @@ SELECT _v.register_patch('exchange-0003', NULL, NULL);
ALTER TABLE deposits
ADD COLUMN shard INT4 NOT NULL DEFAULT 0;
COMMENT ON COLUMN deposits.shard
- IS 'Used for load sharding. Should be set based on h_wire, merchant_pub and a service salt. Default of 0 onlyapplies for colums migrated from a previous version without sharding support. 64-bit value because we need an *unsigned* 32-bit value.';
+ IS 'Used for load sharding. Should be set based on h_wire, merchant_pub and a service salt. Default of 0 onlyapplies for columns migrated from a previous version without sharding support. 64-bit value because we need an *unsigned* 32-bit value.';
DROP INDEX deposits_get_ready_index;
CREATE INDEX deposits_get_ready_index