mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +00:00
fb0c906c71
This reverts commit bb96a74637
.
6 lines
148 B
Ruby
6 lines
148 B
Ruby
class AddAlsoKnownAsToAccounts < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :accounts, :also_known_as, :string, array: true
|
|
end
|
|
end
|