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(db-migration): new_dataset_models_take_2 error on postgres #21417

Merged
merged 2 commits into from
Nov 21, 2022

Commits on Sep 9, 2022

  1. Update 2022-04-01_14-38_a9422eeaae74_new_dataset_models_take_2.py

    Previous code is not working. It is showing an error because the subquery is making a reference to the same table sl_columns. This code makes explicit the alias and join the tables NewColumn with the subquery.
    micsbot authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b1c226d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. fix lint

    villebro committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    55e55b9 View commit details
    Browse the repository at this point in the history