Update SQLite Config

Anna Schumaker 2023-10-23 10:19:25 -04:00
parent 65842447e8
commit 60259b839e
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ The database file is stored according to the [XDG Base Directory Specification](
| Pragma | Value |
| ------------ | ----- |
| foreign_keys | ON |
| user_version | 1 |
| user_version | 2 |
### Custom Column Types
| Name | SQLite Type | Python Type |