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

llazzaro / django-scheduler / 657
85%

Build:
DEFAULT BRANCH: develop
Ran 02 Jan 2018 01:25PM UTC
Jobs 7
Files 17
Run time 1min
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

pending completion
657

Pull #376

travis-ci

web-flow
Convert the text NULL data to the empty string before schema changes

Handling schema changes and data changes should be handled in separate
transactions to avoid pending trigger events.

Fixes the error:

django.db.utils.OperationalError: cannot ALTER TABLE "schedule_event" because it has pending trigger events

From:

https://docs.djangoproject.com/en/2.0/topics/migrations/#data-migrations

> Migrations that alter data are usually called “data migrations”;
> they’re best written as separate migrations, sitting alongside your
> schema migrations.

The previous data migration was implied by the alter operation.

Fixes #361
Pull Request #376: Convert the text NULL data to the empty string before schema changes

1211 of 1509 relevant lines covered (80.25%)

5.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 657.1 (DJANGO="Django>=1.11,<2.0") 02 Jan 2018 01:25PM UTC 0
80.25
Travis Job 657.1
2 657.2 (DJANGO="Django>=1.11,<2.0") 02 Jan 2018 01:25PM UTC 0
80.25
Travis Job 657.2
3 657.3 (DJANGO="Django>=1.11,<2.0") 02 Jan 2018 01:25PM UTC 0
80.25
Travis Job 657.3
4 657.4 (DJANGO="Django>=1.11,<2.0") 02 Jan 2018 01:25PM UTC 0
80.25
Travis Job 657.4
5 657.5 (DJANGO="Django>=2.0,<2.1") 02 Jan 2018 01:25PM UTC 0
80.25
Travis Job 657.5
6 657.6 (DJANGO="Django>=2.0,<2.1") 02 Jan 2018 01:26PM UTC 0
80.25
Travis Job 657.6
7 657.7 (DJANGO="Django>=2.0,<2.1") 02 Jan 2018 01:26PM UTC 0
80.25
Travis Job 657.7
Source Files on build 657
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #657
  • Pull Request #376
  • PR Base - develop (#645)
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