summaryrefslogtreecommitdiff
path: root/db/migrate/20170707012441_add_mastodon_to_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170707012441_add_mastodon_to_users.rb')
-rw-r--r--db/migrate/20170707012441_add_mastodon_to_users.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20170707012441_add_mastodon_to_users.rb b/db/migrate/20170707012441_add_mastodon_to_users.rb
index 3401f1b..e620741 100644
--- a/db/migrate/20170707012441_add_mastodon_to_users.rb
+++ b/db/migrate/20170707012441_add_mastodon_to_users.rb
@@ -1,6 +1,5 @@
class AddMastodonToUsers < ActiveRecord::Migration
def change
add_column :users, :mastodon, :string
- add_column :users, :mastodon_instance, :string
end
end