Files
akkounts/db/migrate/20250517105755_add_mastodon_id_to_users.rb
2025-05-17 16:44:13 +04:00

6 lines
126 B
Ruby

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