akkounts/db/migrate/20250517105755_add_mastodon_id_to_users.rb

6 lines
126 B
Ruby

class AddMastodonIdToUsers < ActiveRecord::Migration[8.0]
def change
add_column :users, :mastodon_id, :bigint
end
end