Completely remove old hints connected to the execution environment
This commit is contained in:
5
db/migrate/20181127160857_drop_hints.rb
Normal file
5
db/migrate/20181127160857_drop_hints.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropHints < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
drop_table :hints
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user