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

Preserve column properties on add FOREIGN KEY constraint operation #238

Merged
merged 15 commits into from
Jan 16, 2024

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    884429b View commit details
    Browse the repository at this point in the history
  2. Add test: ensure default preserved on type change

    Check that changing a column's type preserves a default value defined on
    the column.
    andrew-farries committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2838f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    661b6a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d7e99f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    830e07a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67aa67f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Correct test name

    andrew-farries committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2ad3480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efdb80b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf5f7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a329f89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edc378c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fd5209 View commit details
    Browse the repository at this point in the history
  7. Create FK with temporary name on Start

    This allows `RenameDuplicatedColumn` to correctly rename the foreign key
    constraint on migration `Complete`.
    andrew-farries committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fbb030e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87d5b90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f554980 View commit details
    Browse the repository at this point in the history