frontend/migrations/058_drone_management.py adds the drone_set_id column to the afe_users table.
afe_host_queue_entries.id not being recognized is an odd one. frontend/migrations/044_rename_afe_tables.py should've added the afe_ prefix to that table name for you. Have all migrations been run on the database in question? -gps On Thu, Oct 14, 2010 at 6:15 AM, Lucas Meneghel Rodrigues <[email protected]>wrote: > Apparently there is a number of missing database fields in svn trunk, I > am trying to figure out which ones > > http://autotest.kernel.org/ticket/42 > > This report Madhuri made references > > OperationalError?: (1054, "Unknown column 'afe_users.drone_set_id' in > 'field list'") > > I noticed in the scheduler as well we have > > OperationalError: (1054, "Unknown column 'afe_host_queue_entries.id' in > 'where clause'") > > Please help when possible > > Lucas > > > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest >
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
