Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create placeholder config file #11

Open
polm opened this issue Jul 21, 2016 · 2 comments
Open

Create placeholder config file #11

polm opened this issue Jul 21, 2016 · 2 comments

Comments

@polm
Copy link
Owner

polm commented Jul 21, 2016

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

@mustsee
Copy link

mustsee commented Oct 31, 2021

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
Copy link
Owner Author

polm commented Nov 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants