forked from tangled.org/core
this repo has no description

appview: db: fix column name typo in sql query

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

Changed files
+1 -1
appview
db
+1 -1
appview/db/db.go
···
verified text, -- time of verification
created text not null default (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
-
unique(did, instance)
);
create table if not exists spindle_members (
···
verified text, -- time of verification
created text not null default (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
+
unique(owner, instance)
);
create table if not exists spindle_members (