Cross Reference:
xref
: /
ontohub
/
db
/
migrate
/
20140903072158_add_destroying_to_repository.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20140903072158_add_destroying_to_repository.rb revision 28042dd9ac50a328466a3dd0464b6e26a7c8796d
class
AddDestroyingToRepository
<
ActiveRecord
::
Migration
def
change
add_column
:
repositories
, :
is_destroying
, :
boolean
,
default
:
false
,
null
:
false
end
end