Sha256: a918789315852de4004592ef3a59a86cb4295baa90960731d6be2d8f86b4c173
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
class CreateCspReportCspReports < ActiveRecord::Migration def change create_table :csp_report_csp_reports do |t| t.string :document_uri t.string :referrer t.string :blocked_uri t.string :violated_directive t.string :original_policy t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems