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

golang-migrate / migrate / 24336403830 / 2
54%
master: 55%

Build:
Build:
LAST BUILD BRANCH: codex/remove-docker-module-dep
DEFAULT BRANCH: master
Ran 13 Apr 2026 09:58AM UTC
Files 59
Run time 2s
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

13 Apr 2026 09:36AM UTC coverage: 54.377% (-0.06%) from 54.432%
24336403830.2

Pull #1391

github

Yanhu007
fix: Drop() also removes custom enum types in Postgres

Drop() only drops tables, leaving custom types (enums) behind.
When a migration creates a custom type, Drop() followed by Up()
fails with 'type already exists'.

Add type dropping after table dropping by querying pg_type for
enum types in the current schema.

Fixes #626
Pull Request #1391: fix: Postgres Drop() also removes custom enum types

4385 of 8064 relevant lines covered (54.38%)

24.26 hits per line

Source Files on job Go-1.24.x - 24336403830.2
  • Tree
  • List 59
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24336403830
  • f697b27d on github
  • Prev Job for on fix/postgres-drop-all-objects (#22942289248.2)
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