6 lines
134 B
Ruby
6 lines
134 B
Ruby
|
class AddStdoutFramesToAsciicast < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :asciicasts, :stdout_frames, :string
|
||
|
end
|
||
|
end
|