persist a shift's officer data
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user