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
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
mailers
models Change identities id column to a bigint (#9371) 6 years ago
policies
presenters
serializers
services
validators
views Redesign admin accounts index (#9340) 6 years ago
workers