Sha256: 68c66254c17b7c345772d2bf3165085376a3bdd369a23a4b0bd201f4e797ceeb
Contents?: true
Size: 355 Bytes
Versions: 3
Compression:
Stored size: 355 Bytes
Contents
class AddProjectsToOrganization < ActiveRecord::Migration def change add_column :organizations, :tma_access, :boolean, :default => false add_column :organizations, :myt2w_access, :boolean, :default => false end def down remove_column :organizations, :tma_access, :boolean remove_column :organizations, :myt2w_access, :boolean end end
Version data entries
3 entries across 3 versions & 1 rubygems