stable

Clone or download

Read-only

No longer load tv3 datastructure

This is part of request #7314: Remove legacy DB tables creation Change-Id: Ie558a9e3f22778c0275eb4bd38f0f5ae75c0ccfb

Modified Files

Name
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +12 −6 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ArtifactDao.class.php +12 −0 Go to diff View file
M src/common/reference/ReferenceManager.class.php +3 −0 Go to diff View file
A src/common/tracker/TrackerV3.class.php +63 −0 Go to diff View file
M src/db/mysql/database_initvalues.sql +0 −17 Go to diff View file
M src/db/mysql/database_structure.sql +0 −420 Go to diff View file
A src/db/mysql/trackerv3structure.sql +418 −0 Go to diff View file
M src/www/project/create_project.php +39 −39 Go to diff View file
M tests/lib/DatabaseInitialisation.class.php +1 −4 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +1 −0 Go to diff View file