parent
3465a39285
commit
20ea251cab
@ -0,0 +1,5 @@
|
||||
class AddTypeToOrganization < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :organizations, :type, :integer, :default => true
|
||||
end
|
||||
end
|
Loading…
Reference in new issue