You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are using the RPMs we only install the sql files, and you need to run those to generate the DB. If you use the project from source you can use the diesel tool, basically diesel needs named migration dirs which we do not ship in the RPM
In the HOWTO.md, there are commands to initialize sqlite db, like:
After I run these commands, the table is not created, I need to manually create them, like:
I suppose this "diesel migration" command should create the table, as this is the only command provided to initialize db in HOWTO.md.
The text was updated successfully, but these errors were encountered: