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: migrations not being applied on 7.14.0 #8271

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Commits on Jan 12, 2024

  1. fix migrations not being applied by changing from require to import, …

    …this is due to the fact that babel v7 do not compile the export default that it is ecma6 to commonJS as it did on babel5 since we ere using require on the migrations file, we needed to add a .default on each migration or use ecmascript file and use import instead, I followed the current pattern that we have on the app and used the import
    tommasini committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ad4394e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f23f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Revert "version and release bump for testing"

    This reverts commit 55f23f2.
    tommasini committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ad2467e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449ac04 View commit details
    Browse the repository at this point in the history