asciinema.org/db/migrate/20130828162232_add_stdout_frames_to_asciicast.rb
2013-09-10 21:29:17 +02:00

6 lines
134 B
Ruby

class AddStdoutFramesToAsciicast < ActiveRecord::Migration
def change
add_column :asciicasts, :stdout_frames, :string
end
end