[Buildbot-commits] [Buildbot] #1053: schedulerdb should have id columns on all tables

Buildbot trac trac at buildbot.net
Tue Jan 14 06:22:29 UTC 2014


#1053: schedulerdb should have id columns on all tables
-------------------------------------+--------------------
Reporter:  Pike                      |       Owner:
    Type:  enhancement               |      Status:  new
Priority:  major                     |   Milestone:  0.9.+
 Version:  0.8.2                     |  Resolution:
Keywords:  database, sprint, simple  |
-------------------------------------+--------------------
Changes (by dustin):

 * keywords:  database, sprint => database, sprint, simple
 * milestone:  0.9.0 => 0.9.+


Old description:

> I've been hacking on a django wrapper on the schedulerdb, and django
> really wants id columns on all tables.
>
> The list of affected tables seems to be
>
> {{{
> buildset_properties
> change_files
> change_links
> change_properties
> last_access
> scheduler_changes
> scheduler_upstream_buildsets
> sourcestamp_changes
> version
> }}}

New description:

 I've been hacking on a django wrapper on the schedulerdb, and django
 really wants id columns on all tables.

 The list of affected tables seems to be

 {{{
 buildset_properties
 change_files
 change_links
 change_properties
 last_access
 scheduler_changes
 scheduler_upstream_buildsets
 sourcestamp_changes
 version
 }}}

--

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


More information about the Commits mailing list