Refactored Configuration
This commit is contained in:
parent
5eeb06805a
commit
5555e79327
11 changed files with 247 additions and 46 deletions
|
@ -15,6 +15,6 @@ create table registered_peers
|
|||
comment 'Table for housing registered peers under this network';
|
||||
|
||||
create index registered_peers_registered_index
|
||||
on registered_peers (registered)
|
||||
on registered_peers (created)
|
||||
comment 'The Index for the reigstered column of the peer';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue