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

Schema diff scripts/workflow #5

Merged
merged 3 commits into from
Apr 17, 2023
Merged

Schema diff scripts/workflow #5

merged 3 commits into from
Apr 17, 2023

Conversation

robherley
Copy link
Owner

@robherley robherley commented Apr 17, 2023

Useful scripts/workflow to detect schema changes.

Hopefully will prevent breaking changes from sneaking in 😄

@robherley robherley changed the title Schema diff workflow Schema diff scripts/workflow Apr 17, 2023
@github-actions
Copy link
Contributor

Schema Diff

-- Add column "foobar" to table: "files"
ALTER TABLE `files` ADD COLUMN `foobar` text NOT NULL;

@robherley robherley merged commit 9af0716 into main Apr 17, 2023
@robherley robherley deleted the robherley/schema-validate branch April 17, 2023 02:08
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.

1 participant