Project

General

Profile

Download (143 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddUserdataFlagToImages < ActiveRecord::Migration
def change
add_column :images, :user_data, :boolean, :default => false
end
end
(173-173/176)