Skip to content

Commit

Permalink
correct class name (#5330)
Browse files Browse the repository at this point in the history
  • Loading branch information
grvsachdeva authored and jywarren committed Apr 2, 2019
1 parent 14ac4ad commit 411c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20190104000000_remove_drupal_users.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DropDrupalUsers < ActiveRecord::Migration[5.1]
class RemoveDrupalUsers < ActiveRecord::Migration[5.1]
def up
if table_exists? "users"
drop_table :users
Expand Down

0 comments on commit 411c482

Please sign in to comment.