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: synchronize with typeorm_metadata table only if needed #9175

Merged
merged 12 commits into from Sep 20, 2022

Commits on Jul 4, 2022

  1. fix: create typeorm metadata table before migration, if not exists

    Creating a view in a migration results in an error: `QueryFailedError:
    relation "typeorm_metadata" does not exist` (see typeorm#9173). This fix
    creates the table before a migration runs.
    
    Closes: typeorm#9173
    julianpoemp committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    4fe480e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    6500f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ed05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aabd8e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge branch 'master' of https://github.com/typeorm/typeorm into fix-…

    …missing-typeorm-metadata
    julianpoemp committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e1c6500 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    c913517 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/typeorm/typeorm into fix-…

    …missing-typeorm-metadata
    julianpoemp committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c772846 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    6680f07 View commit details
    Browse the repository at this point in the history
  2. style: run npm format

    julianpoemp committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    6ef491d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. removed only test

    pleerock committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dd88d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171b3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed6c3f4 View commit details
    Browse the repository at this point in the history