-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of having a flat hierarchy under the default `public` schema. There is roughly a schema per database type. The new hierarchy is: - `local` - `channels` - `htlc_infos` - `pending_settlement_commands` - `peers` - `network` - `nodes` - `public_channels` - `pruned_channels` - `payments` - `received` - `sent` - `audit` - <all the audit db tables> - `public` - `lease` - `versions` Note in particular, the change in naming for local channels vs external channels: - `local_channels` -> `local.channels` - `channels` -> `network.public_channels` The two internal tables `lease` and `versions` stay in the `public` schema, because we have no meta way of migrating them.
- Loading branch information
Showing
13 changed files
with
259 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.