Added pdf file upload
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPrivacyPolicyAcceptedToJob < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :jobs, :privacy_policy_accepted, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user