Sha256: b82767eee88609f955d36c17ca724ae16f0361a327d40bcefc2d862fcdcc6bc1
Contents?: true
Size: 142 Bytes
Versions: 2
Compression:
Stored size: 142 Bytes
Contents
Sequel.migration do up do add_column :jobs, :notification_id, Integer end down do drop_column :jobs, :notification_id end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coupler-0.0.9-java | db/migrate/027_add_notification_id_to_jobs.rb |
coupler-0.0.8-java | db/migrate/027_add_notification_id_to_jobs.rb |