We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently init doesn't create a config file, which can cause issues with fresh installs.
init
The text was updated successfully, but these errors were encountered:
Hello, I guess I have this problem. When I do deltos init it displays an SqliteError :
deltos init
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
Sorry, something went wrong.
You should just be able to delete the sqlite db. That's only a cache, so you won't lose anything deleting it.
No branches or pull requests
Currently
init
doesn't create a config file, which can cause issues with fresh installs.The text was updated successfully, but these errors were encountered: