diff options
Diffstat (limited to 'db/migrate/20200628133322_create_account_notes.rb')
-rw-r--r-- | db/migrate/20200628133322_create_account_notes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20200628133322_create_account_notes.rb b/db/migrate/20200628133322_create_account_notes.rb index 664727e60..022e0ff3a 100644 --- a/db/migrate/20200628133322_create_account_notes.rb +++ b/db/migrate/20200628133322_create_account_notes.rb @@ -10,4 +10,3 @@ class CreateAccountNotes < ActiveRecord::Migration[5.2] end end end - |