Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1124 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

two steps in update-to-latest db script fail for sync

Reported by: catullus Assigned to: catullus
Priority: minor Milestone:
Component: Synchronization Keywords:
Cc: djazayeri, mcunderlik Introductory Ticket: 0
Code Review Status:

Description

1.4.0.08 and 1.4.0.09 update scripts fail because they try to insert into column name without adding a guid.

We'll solve this by letting them fail and duplicating these as 1.4.0.08.1 and 1.4.0.08.1 with the guid added to the insert statements.

Attachments

addguidsconceptname.patch (4.0 kB) - added by catullus on 11/16/08 10:04:24.

Change History

11/16/08 09:36:11 changed by catullus

  • owner changed from callen to catullus.

11/16/08 09:37:40 changed by catullus

"We'll solve this by letting them fail and duplicating these as 1.4.0.08.1 and 1.4.0.08.1 with the guid added to the insert statements. "

correction:

"We'll solve this by letting them fail and duplicating these as 1.4.0.08.1 and 1.4.0.09.1 with the guid added to the insert statements. "

11/16/08 10:04:24 changed by catullus

  • attachment addguidsconceptname.patch added.

11/16/08 10:05:24 changed by catullus

attached proposed patch

11/16/08 10:11:44 changed by catullus

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [6030]