Skip to content

Commit

Permalink
Revert age migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadsw committed Oct 21, 2024
1 parent 1fcefb5 commit b132374
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specifyweb/specify/migrations/0004_stratigraphy_age.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
('AbsoluteAgeAttachment', None),
]
SCHEMA_CONFIG_MOD_TABLE_FIELDS = { # TODO: make schema config corrections in new migration
'Collectionobject': ['relativeAges', 'absoluteAges'],
'Collectionobject': ['relativeAges', 'absoluteAges', 'collectionObjectType'],
'Collection': ['collectionObjectType'],
'Geographytreedef': ['discipline'],
'Geologictimeperiodtreedef': ['discipline'],
'Lithostrattreedef': ['discipline'],
'StorageTreeDef': ['institution'],
}
PICKLIST_NAME = 'AgeType'
DEFAULT_AGE_TYPES = [
Expand Down

0 comments on commit b132374

Please sign in to comment.