Add mastodon_id to users
This commit is contained in:
@@ -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