Open polm opened 8 years ago
Hello,
I guess I have this problem. When I do deltos init
it displays an SqliteError :
db.prepare("create table entry (id varchar(8) primary key,date text,title text,thread text)").run();
^
SqliteError: table entry already exists
Is it fixable ? Regards
You should just be able to delete the sqlite db. That's only a cache, so you won't lose anything deleting it.
Currently
init
doesn't create a config file, which can cause issues with fresh installs.