We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The column 'mean_exposure_time' in table 'cohort_counts' created by ResultTables.sql is incorrect, see
Characterization/inst/sql/sql_server/ResultTables.sql
Line 161 in 9aad4dc
This is unlikely to be an integer and should be a float instead.
Fix: add migration scripts to change the column type.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The column 'mean_exposure_time' in table 'cohort_counts' created by ResultTables.sql is incorrect, see
Characterization/inst/sql/sql_server/ResultTables.sql
Line 161 in 9aad4dc
This is unlikely to be an integer and should be a float instead.
Fix: add migration scripts to change the column type.
The text was updated successfully, but these errors were encountered: