about summary refs log tree commit diff
path: root/db/migrate/20181203021853_add_discoverable_to_accounts.rb
diff options
context:
space:
mode:
authorpluralcafe-docker <git@plural.cafe>2018-12-11 19:07:38 +0000
committerpluralcafe-docker <git@plural.cafe>2018-12-11 19:07:38 +0000
commit1c0b2479045015b96907eaa7567bfd14e4593424 (patch)
treea054dda635ffd019bf2fdc10ed4f3341264f1490 /db/migrate/20181203021853_add_discoverable_to_accounts.rb
parentee5213093a084c2eb5fa97fb4bdea6019dda5cf5 (diff)
Revert "Add profile directory (#9427)"
This reverts commit ee5213093a084c2eb5fa97fb4bdea6019dda5cf5.
Diffstat (limited to 'db/migrate/20181203021853_add_discoverable_to_accounts.rb')
-rw-r--r--db/migrate/20181203021853_add_discoverable_to_accounts.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20181203021853_add_discoverable_to_accounts.rb b/db/migrate/20181203021853_add_discoverable_to_accounts.rb
deleted file mode 100644
index 5bbae2203..000000000
--- a/db/migrate/20181203021853_add_discoverable_to_accounts.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddDiscoverableToAccounts < ActiveRecord::Migration[5.2]
-  def change
-    add_column :accounts, :discoverable, :boolean
-  end
-end