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

Prefer migration DSL that calms down strong_migrations #1759

Merged
merged 3 commits into from
Mar 29, 2024

Commits on Mar 29, 2024

  1. Same thing

    mostlyobvious committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bfa95ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f8578 View commit details
    Browse the repository at this point in the history
  3. Mysterious ways of migration DSL translation on sqlite

    AUTOINCREMENT over plain ROWID is desired for a column that participates
    in ordering:
    https://www.sqlite.org/autoinc.html
    
    Added default just to match previous output, does not seem really
    needed.
    mostlyobvious committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3cf7a96 View commit details
    Browse the repository at this point in the history