Fix the IndexMap model constructor call to use kwargs since SQLAlchemy's declarative base model doesn't support positional parameters.
NOTE: this tool has been run on the staging server, and worked. We'll use it again when we upgrade the current b0.72 "archive server" instance to a true 1.0 server.
PBENCH-1252
Fix the
IndexMap
model constructor call to usekwargs
since SQLAlchemy's declarative base model doesn't support positional parameters.NOTE: this tool has been run on the staging server, and worked. We'll use it again when we upgrade the current b0.72 "archive server" instance to a true 1.0 server.