Skip to content

Change identities id column to a bigint#9371

Merged
Gargron merged 4 commits intomasterfrom
aschmitz-fix/identity-id-bigint
Nov 27, 2018
Merged

Change identities id column to a bigint#9371
Gargron merged 4 commits intomasterfrom
aschmitz-fix/identity-id-bigint

Conversation

@Gargron
Copy link
Copy Markdown
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