persist a shift's officer data

This commit is contained in:
rgarcia
2017-09-08 20:08:45 +02:00
parent 2fafb067cc
commit 47564a91a0
6 changed files with 53 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
class AddOfficerDataToPollShifts < ActiveRecord::Migration
def change
add_column :poll_shifts, :officer_name, :string
add_column :poll_shifts, :officer_email, :string
end
end