Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
9
db/migrate/20101010101010_add_announce_to_release.rb
Normal file
9
db/migrate/20101010101010_add_announce_to_release.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AddAnnounceToRelease < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :releases, :announce, :boolean, :default => true
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :releases, :announce
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user