Wynn Netherland, 2008-02-03 11:01
class AddProjectUiTheme < ActiveRecord::Migration
def self.up
add_column :projects, :ui_theme, :string
end
def self.down
remove_column :projects, :ui_theme