Model change in 5872a50 doesn't migrate for postgres
Issue #376
resolved
In commit 5872a50 I changed the field type of a field that had never been populated. This was an automigration for SQLite, but PostgreSQL isn't happy!
This change needs to be reverted somehow.
Comments (3)
-
reporter -
reporter - changed status to resolved
Changed field has now been deleted and replaced with different named field. Shouldn't affect b13 users as field only used during import. Requires database migration. Might complain about deleting data. Fixes
#376→ <<cset e1df13ef904e>>
-
reporter Added ref
#376,#345to changes/CHANGES. Added updates since beta 13 section to release notes and noted the phantom size change.→ <<cset 82e7c2ed3b10>>
- Log in to comment
Deleted acquisition_device_type from the model, added new acquisition_device_type_cid. Field is only used in process of deciding which tables to populate on import, never used again, so users of 0.7 b13 shouldn't be adversely affected. Changed to _cid version in rdsr. Needs testing. Refs
#376.→ <<cset 7d314c1f4764>>