Skip to content
New issue

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

Remove mc6 fval and fval_unit columns #95

Closed
madison-feshuk opened this issue Jul 19, 2023 · 0 comments · Fixed by #102
Closed

Remove mc6 fval and fval_unit columns #95

madison-feshuk opened this issue Jul 19, 2023 · 0 comments · Fixed by #102
Assignees
Labels

Comments

@madison-feshuk
Copy link
Collaborator

fval and fval_unit are deprecated columns in mc6

select * from mc6 where fval is not NULL; returns 0 rows

Make schema change to delete fval and fval_unit from mc6 table. Once complete, review mc6_mthds.R to remove mention of these columns. Currently, they're always created by default, but are not populated. Test processing some endpoints for issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants