1. 18 Aug, 2020 1 commit
  2. 17 Aug, 2020 1 commit
    • Tan Le's avatar
      Remove not-null on type column in audit_events · 232d1336
      Tan Le authored
      We are in the process of moving away from STI model in `AuditEvent` and
      dropping `type` column. There is only one type (e.g. `SecurityEvent`)
      and this redundant column wastes precious storage.
      
      Rollback is an no-op since there would be null values added to the table
      after the application stop writing to this field. We will need to create
      separate migration to rectify these null values if there is a need to go
      back to the original schema.
      232d1336
  3. 16 Aug, 2020 9 commits
  4. 14 Aug, 2020 24 commits
  5. 13 Aug, 2020 5 commits