-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
While testing the initial project release I realized it would error when using and SQLite database. Since this is meant to just quickly test the project, I decided to simply not support it for the first unstable version, but it would be good to investigate the issue and officially support it if possible.
MigrationError: Migration Migration20240608073312 (up) failed: Original error: create table `users` (`id` integer not null primary key autoincrement, `username` varchar(255) not null, `password` varchar(255) not null, `role` varchar(255) not null, `display_name` varchar(255), `created_at` datetime) - database is locked