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

karenc / db-migrator
90%
master: 97%

Build:
Build:
LAST BUILD BRANCH: 1.1.0
DEFAULT BRANCH: master
Repo Added 15 Feb 2016 06:38PM UTC
Files 22
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

LAST BUILD ON BRANCH list
branch: list
CHANGE BRANCH
x
Reset
  • list
  • 0.1.1
  • 0.1.2
  • 0.1.3
  • 0.1.4
  • 0.2.0
  • 1.0.0
  • 1.0.1
  • 1.0.2
  • 1.1.0
  • close-db-connections
  • context
  • db-config
  • deferred-migrations
  • devops-features
  • fix-list-order
  • fix-tests
  • fix-version
  • list-by-applied
  • logger
  • mark
  • mark-multiple
  • master
  • migrations-directory-and-context
  • move-logger
  • no-migrations-directory
  • no-schema-no-error
  • py3-schema-diff
  • repeat-migrations
  • super-user
  • tests
  • travis
  • update-psycopg2
  • update-readme
  • version

pending completion
84

push

travis-ci

karenc
Change `dbmigrator list` to list version and migration name separately

Change from:

```
karen@trusty:~/db-migrator (master)$ ./bin/dbmigrator
--config=../cnx-archive/development.ini
--migrations-directory=../cnx-archive/cnxarchive/sql/migrations/ list
name                      | is applied | date applied
----------------------------------------------------------------------
20160101000000_update_fil   True         2016-04-18 23:26:28.835506+01:00
20160128110515_mimetype_o   True         2016-04-18 23:27:05.018055+01:00
20160128111115_mimetype_r   True         2016-04-18 23:26:28.835506+01:00
20160308064742_unique_fil   True         2016-04-18 23:26:28.835506+01:00
20160309072525_collation_   True         2016-04-18 23:26:28.835506+01:00
20160314200432_remove_xml   True         2016-04-18 23:26:28.835506+01:00
20160423022147_add_python   False
```

to:

```
karen@trusty:~/db-migrator (list)$ ./bin/dbmigrator --config=../cnx-archive/development.ini --migrations-directory=../cnx-archive/cnxarchive/sql/migrations/ list
version        | name            | is applied | date applied
----------------------------------------------------------------------
20160101000000   update_file_tri   True         2016-04-18 23:26:28.835506+01:00
20160128110515   mimetype_on_fil   True         2016-04-18 23:27:05.018055+01:00
20160128111115   mimetype_remova   True         2016-04-18 23:26:28.835506+01:00
20160308064742   unique_files_by   True         2016-04-18 23:26:28.835506+01:00
20160309072525   collation_schem   True         2016-04-18 23:26:28.835506+01:00
20160314200432   remove_xml_from   True         2016-04-18 23:26:28.835506+01:00
20160423022147   add_python_sql_   False
```

563 of 625 relevant lines covered (90.08%)

1.78 hits per line

Relevant lines Covered
Build:
Build:
625 RELEVANT LINES 563 COVERED LINES
1.78 HITS PER LINE
Source Files on list
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
84 list Change `dbmigrator list` to list version and migration name separately Change from: ``` karen@trusty:~/db-migrator (master)$ ./bin/dbmigrator --config=../cnx-archive/development.ini --migrations-directory=../cnx-archive/cnxarchive/sql/migrations... push 24 Apr 2016 12:27PM UTC karenc travis-ci pending completion  
See All Builds (186)
  • Repo 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