Added mastodon and mastodon_instance settings to user profiles
This commit is contained in:
6
db/migrate/20170707012441_add_mastodon_to_users.rb
Normal file
6
db/migrate/20170707012441_add_mastodon_to_users.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddMastodonToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :mastodon, :string
|
||||
add_column :users, :mastodon_instance, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user