asciinema.org/db/migrate/20150227112949_add_file_to_asciicast.rb
2015-02-27 14:01:12 +00:00

6 lines
117 B
Ruby

class AddFileToAsciicast < ActiveRecord::Migration
def change
add_column :asciicasts, :file, :string
end
end