Drop the composite_index in favor of a multi-column unique index
authorMatt Corallo <git@bluematt.me>
Tue, 13 Sep 2022 15:43:53 +0000 (15:43 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Sep 2022 14:13:01 +0000 (14:13 +0000)
commitfd6ee2405e4bebb5be32e2d7a7494ada10b49397
tree8b03fe2ec1f5afd2cdd0fff3c00a028808eb813a
parent63c51a6ed448fdc1c4d3656ebc8cce1d1e2e1d13
Drop the composite_index in favor of a multi-column unique index

Also set all the channel_update fields to NOT NULL, because they
should be non-null always.
src/config.rs
src/hex_utils.rs
src/persistence.rs