Re: [galaxy-dev] Problem upgrading DB from 72 to 73 (SQLite)

2011-02-02 Thread Peter Cock
On Wed, Feb 2, 2011 at 5:39 PM, Kanwei Li wrote: > This happens with a lot of the migration scripts... I think as long as > you have the new column (I just checked, mine does) it should be fine. OK, so its basically a harmless warning - I'll ignore it then. Thanks. Peter

Re: [galaxy-dev] Problem upgrading DB from 72 to 73 (SQLite)

2011-02-02 Thread Kanwei Li
This happens with a lot of the migration scripts... I think as long as you have the new column (I just checked, mine does) it should be fine. On Wed, Feb 2, 2011 at 9:11 AM, Peter Cock wrote: > On Wed, Feb 2, 2011 at 1:27 PM, Peter Cock wrote: >> Should I file a bug report? >> >> $ sh manage_db.

Re: [galaxy-dev] Problem upgrading DB from 72 to 73 (SQLite)

2011-02-02 Thread Peter Cock
On Wed, Feb 2, 2011 at 1:27 PM, Peter Cock wrote: > Should I file a bug report? > > $ sh manage_db.sh upgrade > 72 -> 73... > > Migration script to add 'ldda_parent_id' column to the > implicitly_converted_dataset_association table. > > Adding ldda_parent_id column to > implicitly_converted_datase

[galaxy-dev] Problem upgrading DB from 72 to 73 (SQLite)

2011-02-02 Thread Peter Cock
Should I file a bug report? $ sh manage_db.sh upgrade 72 -> 73... Migration script to add 'ldda_parent_id' column to the implicitly_converted_dataset_association table. Adding ldda_parent_id column to implicitly_converted_dataset_association table failed: SQLite does not support ALTER TABLE ADD