socialforge/db/migrate/20170219025424_add_script_t...

6 lines
120 B
Ruby

class AddScriptToProject < ActiveRecord::Migration
def change
add_column :projects, :script, :text
end
end