parent
c0077b2c33
commit
a298b9f763
@ -1,5 +0,0 @@ |
||||
class BurndownDay < ActiveRecord::Base |
||||
unloadable |
||||
belongs_to :version |
||||
|
||||
end |
@ -0,0 +1,9 @@ |
||||
class DropBurndownDays < ActiveRecord::Migration |
||||
def self.up |
||||
drop_table :burndown_days |
||||
end |
||||
|
||||
def self.down |
||||
raise ActiveRecord::IrreversibleMigration |
||||
end |
||||
end |
Loading…
Reference in new issue