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

kobotoolbox / kpi / 23202441547 / 1
60%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 17 Mar 2026 03:39PM UTC
Files 893
Run time 46s
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: 53.187% (-7.1%) from 60.317%
23202441547.1

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.

3506 of 11514 branches covered (30.45%)

18752 of 35257 relevant lines covered (53.19%)

0.53 hits per line

Source Files on job 23202441547.1
  • Tree
  • List 893
  • Changed 137
  • Source Changed 0
  • Coverage Changed 137
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