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

Added ; separator to schema.sql output from sqlite_master #186

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

emilpriver
Copy link
Owner

@emilpriver emilpriver commented Sep 19, 2024

This PRs adds a ; to the end of sqlite "commands" when we dump the database.

Closes #185

@emilpriver emilpriver merged commit f7e6ffb into main Sep 19, 2024
18 checks passed
@emilpriver emilpriver deleted the dump-should-be-separated branch September 19, 2024 13:17
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.

schema.sql's statements should be separated by ; for sqlite.
1 participant