You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/db/migrate/20130828162232_add_stdout_f...

6 lines
134 B
Ruby

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