small fixes, removed old unused database row, and log more prominently a missing directory server URL
This commit is contained in:
@@ -44,7 +44,6 @@ CREATE TABLE "abook" (
|
||||
create index "abook_profile" on abook ("abook_profile");
|
||||
create index "abook_dob" on abook ("abook_dob");
|
||||
create index "abook_connected" on abook ("abook_connected");
|
||||
create index "abook_rating" on abook ("abook_rating");
|
||||
create index "abook_channel_closeness" on abook ("abook_channel", "abook_closeness");
|
||||
|
||||
CREATE TABLE "account" (
|
||||
|
Reference in New Issue
Block a user