Fixed the order of the model installation.

master
Loic d'Anterroches 2009-07-16 16:01:48 +02:00
parent 3c59c80bcc
commit 95881bd7f1
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ function IDF_Migrations_Install_setup($params=null)
'IDF_WikiPage',
'IDF_WikiRevision',
'IDF_Review',
'IDF_Review_Comment',
'IDF_Review_Patch',
'IDF_Review_Comment',
'IDF_Review_FileComment',
'IDF_Key',
'IDF_Scm_Cache_Git',
@ -88,8 +88,8 @@ function IDF_Migrations_Install_teardown($params=null)
'IDF_Scm_Cache_Git',
'IDF_Key',
'IDF_Review_FileComment',
'IDF_Review_Patch',
'IDF_Review_Comment',
'IDF_Review_Patch',
'IDF_Review',
'IDF_WikiRevision',
'IDF_WikiPage',