Indefero

Indefero Commit Details


Date:2011-03-09 06:46:58 (13 years 9 months ago)
Author:William MARTIN
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:62d0fb6eee93ff0f485b974db10ff9c37e1bebe6
Parents: bc82ee24d8e91d081407f2e949b72e281334ebba
Message:Fix missing installation for IDF_EmailAddress in the database

Changes:

File differences

src/IDF/Migrations/Install.php
5050
5151
5252
53
5354
5455
5556
......
107108
108109
109110
111
110112
111113
112114
......
114116
115117
116118
117
119
'IDF_Scm_Cache_Git',
'IDF_Queue',
'IDF_Gconf',
'IDF_EmailAddress',
);
$db = Pluf::db();
$schema = new Pluf_DB_Schema($db);
'IDF_Tag',
'IDF_Commit',
'IDF_Project',
'IDF_EmailAddress',
);
$db = Pluf::db();
$schema = new Pluf_DB_Schema($db);
$schema->model = new $model();
$schema->dropTables();
}
}
}

Archive Download the corresponding diff file

Page rendered in 0.08268s using 13 queries.