feat: started db cli tool; switched to i64 ids
This commit is contained in:
parent
b343fbccea
commit
1f4b0c35c5
10 changed files with 86 additions and 29 deletions
|
|
@ -4,6 +4,7 @@
|
|||
[print_schema]
|
||||
file = "src/db/schema.rs"
|
||||
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
||||
sqlite_integer_primary_key_is_bigint = true
|
||||
|
||||
[migrations_directory]
|
||||
dir = "migrations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue