Add mastodon_id to users
This commit is contained in:
5
db/migrate/20250517105755_add_mastodon_id_to_users.rb
Normal file
5
db/migrate/20250517105755_add_mastodon_id_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddMastodonIdToUsers < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :users, :mastodon_id, :bigint
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user