Skip to content

feat: Better summary of schema changes#21171

Merged
kodiakhq[bot] merged 2 commits intomainfrom
feat/better_changes_message_sqlite
Jul 29, 2025
Merged

feat: Better summary of schema changes#21171
kodiakhq[bot] merged 2 commits intomainfrom
feat/better_changes_message_sqlite

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

Similar to #21165


// This is the responsibility of the CLI of the client to lock before running migration
func (c *Client) MigrateTables(ctx context.Context, msgs message.WriteMigrateTables) error {
allTables := schema.Tables{}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This seems like a lot of changes but it only changes the logic that we first initialize all tables from all messages instead of going over each message one by one

@erezrokah erezrokah requested review from disq and removed request for stoovon July 29, 2025 14:40
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jul 29, 2025
@kodiakhq kodiakhq bot merged commit ae0d083 into main Jul 29, 2025
15 checks passed
@kodiakhq kodiakhq bot deleted the feat/better_changes_message_sqlite branch July 29, 2025 14:50
kodiakhq bot pushed a commit that referenced this pull request Jul 31, 2025
🤖 I have created a release *beep* *boop*
---


## [2.12.0](plugins-destination-sqlite-v2.11.1...plugins-destination-sqlite-v2.12.0) (2025-07-31)


### Features

* Better summary of schema changes ([#21171](#21171)) ([ae0d083](ae0d083))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#21132](#21132)) ([1db1daa](1db1daa))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#21164](#21164)) ([7450686](7450686))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants