← Back to team overview

mahara-contributors team mailing list archive

[Bug 1881978] A change has been merged

 

Reviewed:  https://reviews.mahara.org/11003
Committed: https://git.mahara.org/mahara/mahara/commit/202e4679742a95a487fe402adcd65496ad1e7e2f
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 202e4679742a95a487fe402adcd65496ad1e7e2f
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Jun 4 12:10:08 2020 +1200

Bug 1881978: Removing sequence on db columns that should not have them

As they have a foreign key to a sequence field on another table

Change-Id: I3851cda3b951ef7bbe9165a2f968d6b8fc863537
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
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:
  Fix Committed

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