scinote-web/db/migrate/20230720070830_drop_datatables_teams_view.rb

6 lines
116 B
Ruby
Executable file

class DropDatatablesTeamsView < ActiveRecord::Migration[7.0]
def change
drop_view :datatables_teams
end
end