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

Change identities id column to a bigint #9371

Merged
merged 4 commits into from
Nov 27, 2018

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Nov 27, 2018

Fix #8775
Resolve #8175

aschmitz and others added 2 commits August 11, 2018 20:25
This appears to be the last model created using a 5.0 migration,
where column types defaulted to `integer` rather than `bigint`.

This migration changes the column type to match that of all of the
other ID columns.
@Gargron Gargron added the bug Something isn't working label Nov 27, 2018
@Gargron Gargron merged commit 4afda54 into master Nov 27, 2018
@Gargron Gargron deleted the aschmitz-fix/identity-id-bigint branch November 27, 2018 12:56
mayaeh pushed a commit to mayaeh/mastodon that referenced this pull request Dec 1, 2018
* fix: change Identity's id column to a bigint

This appears to be the last model created using a 5.0 migration,
where column types defaulted to `integer` rather than `bigint`.

This migration changes the column type to match that of all of the
other ID columns.

* Change user_id column in identities to bigint and fix down-migration
hiyuki2578 pushed a commit to ProjectMyosotis/mastodon that referenced this pull request Oct 2, 2019
* fix: change Identity's id column to a bigint

This appears to be the last model created using a 5.0 migration,
where column types defaulted to `integer` rather than `bigint`.

This migration changes the column type to match that of all of the
other ID columns.

* Change user_id column in identities to bigint and fix down-migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants