Cross Reference: 20150715081850_add_finished_attribute_to_axiom_selections.rb
xref
: /
ontohub
/
db
/
migrate
/
20150715081850_add_finished_attribute_to_axiom_selections.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20150715081850_add_finished_attribute_to_axiom_selections.rb revision dea7bd6472ff9885a84db0566c3372c85575c656
class
AddFinishedAttributeToAxiomSelections
<
MigrationWithData
def
change
add_column
:
axiom_selections
, :
finished
, :
boolean
,
default
:
false
end
end