asciinema.org/db/migrate/20120406152447_add_snapshot_to_asciicast.rb
2012-04-06 20:53:04 +02:00

7 lines
124 B
Ruby

class AddSnapshotToAsciicast < ActiveRecord::Migration
def change
add_column :asciicasts, :snapshot, :text
end
end