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

openwisp / openwisp-controller / 26187636220 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 20 May 2026 08:59PM UTC
Files 141
Run time 6s
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

20 May 2026 08:20PM UTC coverage: 98.553%. First build
26187636220.1

push

github

web-flow
[chores:fix] Preserved text -> jsonb migration for JSONField fields #1370

Historical migrations were updated to use models.TextField instead
of models.JSONField for fields originally backed by the third-party
jsonfield library.

The original jsonfield.fields.JSONField inherited from TextField and
stored values as PostgreSQL text. Replacing historical migration
definitions with models.JSONField caused Django to interpret the
migration transition as JSONField -> JSONField, resulting in a no-op
migration and preventing PostgreSQL columns from being converted to
jsonb.

By preserving the historical field semantics as TextField, Django can
correctly detect the transition from text -> jsonb and generate the
required ALTER COLUMN ... TYPE jsonb migration SQL during upgrades.

Closes #1370

7424 of 7533 relevant lines covered (98.55%)

10.84 hits per line

Source Files on job python- - 26187636220.1
  • Tree
  • List 141
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26187636220
  • 3f55cf99 on github
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