mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 06:35:14 +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
|