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: create typeorm_metatable when running migrations #4956

Merged
merged 14 commits into from Nov 14, 2021
Merged

fix: create typeorm_metatable when running migrations #4956

merged 14 commits into from Nov 14, 2021

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    6679bef View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. remove redundant check

    BitPatty committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    d4875b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f3d36 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    4b8592c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    ec5a4f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    b3bca65 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    ff67fbf View commit details
    Browse the repository at this point in the history
  2. add missing test (#4956)

    BitPatty committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    420dcbb View commit details
    Browse the repository at this point in the history
  3. fix migration name

    BitPatty committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    29c1d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    b9fe129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd2b59 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. do not create metadata table in log()

    Avoid creating the metatable when you don't intend to modify the database, such as when generating migrations
    BitPatty committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    54ced47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8987701 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    319a35c View commit details
    Browse the repository at this point in the history