6 lines
102 B
Ruby
6 lines
102 B
Ruby
|
|
class DropSitereports < ActiveRecord::Migration[8.1]
|
||
|
|
def change
|
||
|
|
drop_table :sitereports
|
||
|
|
end
|
||
|
|
end
|