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 reserved mysql keyword in db seed #37

Merged
merged 7 commits into from
Jun 18, 2024
Merged

Commits on Mar 23, 2022

  1. rows is a reserved keyword in mysql8

    Christian Michallek committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    153d3e6 View commit details
    Browse the repository at this point in the history
  2. rows is reserved keyword in mysql8

    Christian Michallek committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2ab82f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. try capitals

    Christian Michallek committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f329adf View commit details
    Browse the repository at this point in the history
  2. use capital letter

    Christian Michallek committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    68e909a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'master' into mysql8-migration

    Christian Michallek committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    62c6b17 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge branch 'mysql8-migration' of github.com:fastbill/go-service-too…

    …lkit into mysql8-migration
    Christian Michallek committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    81dcffe View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: using quotes instead of renaming the 'rows' keyword

    Christian Michallek committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a7d9f11 View commit details
    Browse the repository at this point in the history