polm / deltos

A magic notepad. δ
13 stars 0 forks source link

Create placeholder config file #11

Open polm opened 8 years ago

polm commented 8 years ago

Currently init doesn't create a config file, which can cause issues with fresh installs.

mustsee commented 3 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

polm commented 3 years ago

You should just be able to delete the sqlite db. That's only a cache, so you won't lose anything deleting it.