Notes-up
Notes-up copied to clipboard
Database should enforce referential integrity.
The database should enforce referential integrity using SQLite foreign keys. I don't think it's causing any issues at the moment, but its better design.
If there's no reason not to do this, I can make the fixes.
The only reason why not to do it would be to avoid breaking backwards compatibility. I've avoided upgrading the database since the first time it's been released. If you can do it without breaking anything though, then yeah sure :)
I'll have some free time over Thanksgiving break.