Refactored Configuration

This commit is contained in:
netkas 2024-10-24 15:15:14 -04:00
parent 5eeb06805a
commit 5555e79327
11 changed files with 247 additions and 46 deletions

View file

@ -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';