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

fix: update schema.sql to reflect new columns #468

Open
wa0x6e opened this issue Nov 4, 2024 · 0 comments · May be fixed by #469
Open

fix: update schema.sql to reflect new columns #468

wa0x6e opened this issue Nov 4, 2024 · 0 comments · May be fixed by #469

Comments

@wa0x6e
Copy link
Contributor

wa0x6e commented Nov 4, 2024

Schema.sql is unsynced with database real schema, with some column such as this one not existing on the sql file

vp_value_by_strategy: JSON.stringify([]),

Which will throw

ERROR_BAD_FIELD_ERROR: Unknown column 'vp_value_by_strategy' in 'field list'

when running the test

@wa0x6e wa0x6e closed this as completed Nov 4, 2024
@wa0x6e wa0x6e reopened this Nov 4, 2024
@wa0x6e wa0x6e changed the title fix: remove unused vp_value_by_strategy from proposal fix: update schema.sql to reflect new columns Nov 4, 2024
@wa0x6e wa0x6e linked a pull request Nov 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant