[Buildbot-commits] [Buildbot] #1818: sqlalchemy-migrate uses full paths in the 'migrate_version' database table

Buildbot nobody at buildbot.net
Mon May 9 20:53:15 UTC 2011


#1818: sqlalchemy-migrate uses full paths in the 'migrate_version' database table
---------------------+-------------------------
Reporter:  dustin    |       Owner:
    Type:  defect    |      Status:  closed
Priority:  minor     |   Milestone:  0.8.4
 Version:  master    |  Resolution:  worksforme
Keywords:  database  |
---------------------+-------------------------
Changes (by dustin):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 This is not actually a problem.  The schema for the {{{migrate_version}}}
 table is:

 {{{
 CREATE TABLE migrate_version (
         repository_id VARCHAR(250) NOT NULL,
         repository_path TEXT,
         version INTEGER,
         PRIMARY KEY (repository_id)
 );
 }}}

 where repository_path has the full Python path of the migrate repository
 ({{{/home/dustin/code/buildbot/t/buildbot/master/buildbot/db/migrate}}} on
 my system).  However, according to my greps and a quick test by hand, that
 column is never checked.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1818#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list