6 lines
100 B
Ruby
6 lines
100 B
Ruby
|
class Dropchannels < ActiveRecord::Migration[5.0]
|
||
|
def change
|
||
|
# drop_table :channels
|
||
|
end
|
||
|
end
|