Add mastodon_id to users

This commit is contained in:
2025-05-17 16:44:13 +04:00
parent f0cfde560b
commit c291765777
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddMastodonIdToUsers < ActiveRecord::Migration[8.0]
def change
add_column :users, :mastodon_id, :bigint
end
end