Skip to content

Commit

Permalink
Merge pull request #83 from nsidc/response_obj_data_model
Browse files Browse the repository at this point in the history
Response obj data model
  • Loading branch information
rmarow authored Aug 4, 2023
2 parents 4ec24f6 + 8e504e3 commit 327cef8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 127 deletions.
126 changes: 0 additions & 126 deletions doc/data_model.md

This file was deleted.

2 changes: 1 addition & 1 deletion usaon_vta_survey/models/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ResponseObservingSystem(BaseModel, IORelationshipMixin):
funding_country = Column(String(256), nullable=False)
funding_agency = Column(String(256), nullable=False)
references_citations = Column(String(512), nullable=False)
notes = Column(String(512), nullable=False)
notes = Column(String(512), nullable=True)

response = relationship(
'Response',
Expand Down

0 comments on commit 327cef8

Please sign in to comment.