diff options
author | pluralcafe-docker <git@plural.cafe> | 2018-12-11 19:07:38 +0000 |
---|---|---|
committer | pluralcafe-docker <git@plural.cafe> | 2018-12-11 19:07:38 +0000 |
commit | 1c0b2479045015b96907eaa7567bfd14e4593424 (patch) | |
tree | a054dda635ffd019bf2fdc10ed4f3341264f1490 /db/migrate/20181203021853_add_discoverable_to_accounts.rb | |
parent | ee5213093a084c2eb5fa97fb4bdea6019dda5cf5 (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.rb | 5 |
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 |