• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kobotoolbox / kpi / 23202441547 / 7
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 17 Mar 2026 03:42PM UTC
Files 895
Run time 49s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Mar 2026 03:34PM UTC coverage: 65.979% (+5.7%) from 60.317%
23202441547.7

push

github

web-flow
feat(auditLog): migrate `AuditLog`'s `object_id` to `CharField` DEV-1607 (#6821)

### 📣 Summary
This PR converts `AuditLog.object_id` from `BigInteger` to
`CharField(255)` to support string-based UIDs.


### 📖 Description
- Updated `AuditLog.object_id` to `CharField` in `models.py`
- Implemented a custom migration that alters the column type directly.
- Added logic to handle the `SKIP_HEAVY_MIGRATIONS` flag: 
- If `True`, the migration prints the SQL required for a background
index build.
    - If `False`, the migration builds the index normally.
- Verified on production that no existing indexes on `object_id` require
dropping.

5188 of 11634 branches covered (44.59%)

23317 of 35340 relevant lines covered (65.98%)

0.66 hits per line

Source Files on job 23202441547.7
  • Tree
  • List 895
  • Changed 272
  • Source Changed 0
  • Coverage Changed 272
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23202441547
  • 93d4c201 on github
  • Prev Job for on main (#23198993114.3)
  • Next Job for on main (#23203732223.9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc