mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
continues with other migrations if we can't delete the 'user_firsts' table
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
class RemoveUserFirsts < ActiveRecord::Migration
|
||||
def up
|
||||
drop_table :user_firsts
|
||||
rescue
|
||||
# continues with other migrations if we can't delete that table
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user