Cross Reference:
xref
: /
ontohub
/
db
/
migrate
/
20150323043025_add_loc_id_to_proof_attempt.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20150323043025_add_loc_id_to_proof_attempt.rb revision 06f9054380b4c55e26afe4631a5ea33ff48695cf
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834
Timo Sirainen
class
AddLocIdToProofAttempt
<
ActiveRecord
::
Migration
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834
Timo Sirainen
def
change
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834
Timo Sirainen
add_column
:
proof_attempts
, :
locid
, :
text
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834
Timo Sirainen
end
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834
Timo Sirainen
end
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834
Timo Sirainen