← Back to team overview

mahara-contributors team mailing list archive

[Bug 1881978] Re: The artefact_plans_plan and artefact_plans_task tables should not have auto increment on artefact column

 

This problem was discovered when trying to migrate one site to another

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1881978

Title:
  The artefact_plans_plan and artefact_plans_task tables should not have
  auto increment on artefact column

Status in Mahara:
  New

Bug description:
  The artefact_plans_plan and artefact_plans_task tables are for holding extra information about plan or task artefacts and so they should be given the artefact id value from the artefact table. In fact they are foreign keyed to the artefact table.
  They should not auto increment an id themselves as that makes no sense.

  We need to drop the auto increment from these tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1881978/+subscriptions


References