5 lines
90 B
Ruby
5 lines
90 B
Ruby
class DropTablePros < ActiveRecord::Migration
|
|
def change
|
|
drop_table :pros
|
|
end
|
|
end
|