Commit Graph

6 Commits

Author SHA1 Message Date
2962c3aace Change tasks schema.
Existing date fields in the tasks table have been changed from TEXT to
INTEGER with mode set to timestamp. This will simplify date storage.
There were a number of issues encountered with storing dates as typed
strings.
2025-10-03 21:53:37 -05:00
450bcf173f Add task related tables.
Pivoting from "records" to a combination of "tasks", "micro-tasks",
"assets", and a few others.
2025-09-26 21:49:36 -05:00
c8560810fc Formatting pass. 2025-09-25 22:47:41 -05:00
daa85abc8c Fix invalid SQL syntax for index creation.
One of the sql generations mistakenly looked for a field value of '?'.
Whatever code was causing this to occur is no longer an issue. This does
highlight the difficulty of needing to delete or modify faulty migration
files.
2025-09-25 15:57:52 -05:00
6df86a1691 Add recordTypes table with relations and auto-created indexes. 2025-09-25 15:04:27 -05:00
86fdbb9ac5 Add recordTypes schema file. 2025-09-25 00:38:33 -05:00