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

use keyword list for migration template files #62

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

type1fool
Copy link
Collaborator

Overview

Resolves #60

Generate migrations in specific order.

Changes

  • Define order of migrations
  • Iterate on an ordered list, rather than a map.

Tests

Could not work out a way to test this in-repo, but can generate an example app using the new/old wac.install to demonstrate.

Collaborators

  1. @type1fool
  2. @suranyami

@type1fool type1fool added the bug Something isn't working label Dec 2, 2023
@type1fool type1fool added this to the Beta milestone Dec 2, 2023
@type1fool type1fool merged commit c28e52e into main Dec 2, 2023
1 check passed
@type1fool type1fool deleted the 60-fix-migration-order branch December 2, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] - migrations created non-deterministically
1 participant