6 lines
104 B
Ruby
6 lines
104 B
Ruby
class DropAnnotationsTable < ActiveRecord::Migration
|
|
def change
|
|
drop_table :annotations
|
|
end
|
|
end
|