6 lines
103 B
Ruby
6 lines
103 B
Ruby
class DropProjectsTable < ActiveRecord::Migration[8.1]
|
|
def change
|
|
drop_table :projects
|
|
end
|
|
end
|