Sha256: f3328bec6d622bd6e1aa5b30bdb16d9bb0b358b4a5ef73e94395c700ce1b6124

Contents?: true

Size: 120 Bytes

Versions: 1

Compression:

Stored size: 120 Bytes

Contents

Sequel.migration do
  change do
    alter_table :results do
      add_column :received_at, :timestamp
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kamerling-0.0.3 lib/kamerling/migrations/2_results_received_at.rb