Updating styling, fixing some errors, and adding cert logging
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUpdatedByToUserCertifications < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_certifications, :updated_by, :integer
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddCreatedByToUserCertifications < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_certifications, :created_by, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user