Adding reblogs, favourites, improving atom generation
This commit is contained in:
5
db/migrate/20160223165855_add_url_to_accounts.rb
Normal file
5
db/migrate/20160223165855_add_url_to_accounts.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddUrlToAccounts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :accounts, :url, :string, null: true, default: nil
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user