Reviewed: https://reviews.mahara.org/11003 Committed: https://git.mahara.org/mahara/mahara/commit/202e4679742a95a487fe402adcd65496ad1e7e2f Submitter: Robert Lyon ([email protected]) Branch: master
commit 202e4679742a95a487fe402adcd65496ad1e7e2f Author: Robert Lyon <[email protected]> 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 <[email protected]> -- 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 _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

