Cross Reference:
xref
: /
ontohub
/
db
/
migrate
/
20150607113504_remove_iri_from_ontology.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20150607113504_remove_iri_from_ontology.rb revision 120a4f90c07b4fdcdb5a856982a64a604ea98094
class
RemoveIriFromOntology
<
ActiveRecord
::
Migration
def
up
remove_column
:
ontologies
, :
iri
end
def
down
add_column
:
ontologies
, :
iri
, :
string
,
null
:
false
end
end