While working on import script for needsdiagnosis backup, I ran into failures in insertion with an Integer type for the ID column. Probably best to change this.
Nope, turns out this is an issue with the migration setup. Using an integer type should actually be fine -- SQL_Alchemy handles primary key auto-increment under the hood.
While working on import script for needsdiagnosis backup, I ran into failures in insertion with an Integer type for the ID column. Probably best to change this.