mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 05:34:53 +08:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
|
class DropDatatablesTeamsView < ActiveRecord::Migration[7.0]
|
||
|
def change
|
||
|
drop_view :datatables_teams
|
||
|
end
|
||
|
end
|