diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-02 13:56:31 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-01-02 15:36:59 +0100 |
commit | bb96a7463758687f8187ae4483becd346c2482b3 (patch) | |
tree | 348a9c54f0152a73fd7753de3bbe9fe02ab28fe2 /db/migrate | |
parent | 1b35ca17a9f214bbc4fc577baa7a86b567b2f629 (diff) |
Revert "Add handler for Move activity (#9629)"
This reverts commit 0f938ff29c2e9bf92e3eb9c23be8d4ba3a1b97f7.
Diffstat (limited to 'db/migrate')
-rw-r--r-- | db/migrate/20181226021420_add_also_known_as_to_accounts.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20181226021420_add_also_known_as_to_accounts.rb b/db/migrate/20181226021420_add_also_known_as_to_accounts.rb deleted file mode 100644 index 1fd956680..000000000 --- a/db/migrate/20181226021420_add_also_known_as_to_accounts.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddAlsoKnownAsToAccounts < ActiveRecord::Migration[5.2] - def change - add_column :accounts, :also_known_as, :string, array: true - end -end |