Skip to content

Commit 1ad75f8

Browse files
committedApr 9, 2020
chore: correct order of dropping views
1 parent cce5f60 commit 1ad75f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎db/migrations/20180828_create_latest_versions.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
end
2020

2121
down do
22-
drop_view(:latest_version_orders)
2322
drop_view(:latest_versions)
23+
drop_view(:latest_version_orders)
2424
end
2525
end

0 commit comments

Comments
 (0)