You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Eugen Rochko 4afda5444a
Change identities id column to a bigint (#9371)
* 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
6 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 7 years ago
controllers Redesign admin accounts index (#9340) 6 years ago
helpers Redesign admin accounts index (#9340) 6 years ago
javascript Weblate translations (2018-11-27) (#9367) 6 years ago
lib Fix connect timeout not being enforced (#9329) 6 years ago
mailers Fix low-hanging rubocop gripes (#8458) 7 years ago
models Change identities id column to a bigint (#9371) 6 years ago
policies Improve support for aspects/circles (#8950) 6 years ago
presenters Cast status_count to integer (#9314) 6 years ago
serializers Fix filter ID not being a string in REST API (#9303) 6 years ago
services Ignore JSON-LD profile in mime type comparison (#9179) 6 years ago
validators Fix follow limit validator reporting lower number past threshold (#9230) 6 years ago
views Redesign admin accounts index (#9340) 6 years ago
workers Optimize the process of following someone (#9220) 6 years ago