Skip to content
Snippets Groups Projects
Commit 4748c15d authored by Sabine Schröder's avatar Sabine Schröder
Browse files

#154: Increase the length of the database character string used to store the request ID

parent 49c08234
Branches
No related tags found
2 merge requests!224preparation for testing the (re-)integrated AAI; started strictly separating...,!223preparation for testing the (re-)integrated AAI; making toar2_category available
Pipeline #246885 passed
......@@ -10,7 +10,7 @@ from toardb.base import Base
s1_contributors_table = Table('services.s1_contributors', Base.metadata,
Column('request_id', String(32), primary_key=True, nullable=False),
Column('request_id', String(36), primary_key=True, nullable=False),
Column('timeseries_ids',ARRAY(Integer))
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment