Added the installation of the IDF_Commit table.

dev
Loic d'Anterroches 2008-11-22 10:59:15 +01:00
parent b94ca8215f
commit d8870e6df0
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function IDF_Migrations_Install_setup($params=null)
'IDF_Upload',
'IDF_Search_Occ',
'IDF_IssueFile',
'IDF_Commit',
'IDF_Timeline',
);
$db = Pluf::db();
@ -76,6 +77,7 @@ function IDF_Migrations_Install_teardown($params=null)
'IDF_IssueComment',
'IDF_Issue',
'IDF_Tag',
'IDF_Commit',
'IDF_Project',
);
$db = Pluf::db();