Sha256: 36987aebea58243b9ce95d0afa4b7a8817a6f239962fdf3563705effb021352d

Contents?: true

Size: 135 Bytes

Versions: 3

Compression:

Stored size: 135 Bytes

Contents

class AddRespondedToNotifications < ActiveRecord::Migration
  def change
    add_column :notifications, :responded, :boolean
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pshq_engine-0.1.6 db/migrate/20150509220625_add_responded_to_notifications.rb
pshq_engine-0.1.5 db/migrate/20150509220625_add_responded_to_notifications.rb
pshq_engine-0.0.1 db/migrate/20150509220625_add_responded_to_notifications.rb