Skip to content

Conversation

@fabiooshiro
Copy link

This update downloads and organizes migration SQL files into a structured folder hierarchy.

db/
 ├── rollups-graphql/
 │   └── migrations/
 │       ├── migration1.sql
 │       ├── migration2.sql
 │       └── migrationN.sql 
 ├── rollups-espresso-reader/
 │   └── migrations/
 │       ├── migration1.sql
 │       ├── migration2.sql
 │       └── migrationN.sql

Old PR #160

@changeset-bot
Copy link

changeset-bot bot commented Feb 25, 2025

⚠️ No Changeset found

Latest commit: 4abbff7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@endersonmaia endersonmaia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, we need to make the CI pass.

Copy link
Contributor

@endersonmaia endersonmaia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, change the commit message to have feat(sdk):.

Also let's make an individual commit for each:

  • addition of the go migrate tool
  • adding espresso migrations
  • adding graphql migrations
  • bumping graphql version

@fabiooshiro fabiooshiro changed the title feat: add migrate db files feat(sdk): add migrate db files Feb 26, 2025
@fabiooshiro fabiooshiro force-pushed the feature/migrate-db-files branch from 39d4a67 to 4abbff7 Compare February 26, 2025 17:33
@endersonmaia endersonmaia merged commit c996125 into prerelease/v2-alpha Feb 26, 2025
2 checks passed
@endersonmaia endersonmaia deleted the feature/migrate-db-files branch February 26, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants