fix: Correct the AUTOINCREMENT statement and PRIMARY KEY place in declaration
Some checks failed
Build project / SonarQube Trigger (push) Has been cancelled
Build project / quality-and-build (push) Has been cancelled

This commit is contained in:
Namu
2026-06-16 21:19:11 +02:00
parent e77d8e672d
commit f922ca16f9
6 changed files with 42 additions and 15 deletions

2
Cargo.lock generated
View File

@@ -44,7 +44,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "db_builder"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"rusqlite",
"serde",