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

fix: fix title of project decision being too short #1088

Closed
wants to merge 1 commit into from

Conversation

djaiss
Copy link
Member

@djaiss djaiss commented Jun 16, 2021

Fix #1087

@djaiss djaiss enabled auto-merge (squash) June 16, 2021 01:03
@djaiss
Copy link
Member Author

djaiss commented Jun 16, 2021

Man... why does sqlite lock tables when a migration changes a table...

@djaiss
Copy link
Member Author

djaiss commented Jun 16, 2021

@asbiin can you try to run this locally and try to launch the tests with sqlite?

I just get SQLite database locked errors.

@asbiin
Copy link
Contributor

asbiin commented Jun 16, 2021

It's a limitation of SQLite itself.
See https://www.sqlite.org/omitted.html

Only the RENAME TABLE, ADD COLUMN, RENAME COLUMN, and DROP COLUMN variants of the ALTER TABLE command are supported. Other kinds of ALTER TABLE operations such as ALTER COLUMN, ADD CONSTRAINT, and so forth are omitted.

@djaiss djaiss closed this Jan 26, 2022
auto-merge was automatically disabled January 26, 2022 19:03

Pull request was closed

@github-actions
Copy link
Contributor

This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants