Indefero

Indefero Commit Details


Date:2011-03-25 14:39:11 (13 years 8 months ago)
Author:Patrick Georgi
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:a531e34ec2d5595b822822097f4a192bf28d4f9d
Parents: 2cce23b5b480d65cf2bf27acd8532f3bd79bb8cc
Message:Add IDF_EmailAddress to backup

Changes:

File differences

src/IDF/Migrations/Backup.php
5353
5454
5555
56
5657
5758
5859
......
9899
99100
100101
102
101103
102104
103105
......
110112
111113
112114
113
115
'IDF_Scm_Cache_Git',
'IDF_Queue',
'IDF_Gconf',
'IDF_EmailAddress',
);
$db = Pluf::db();
// Now, for each table, we dump the content in json, this is a
'IDF_Scm_Cache_Git',
'IDF_Queue',
'IDF_Gconf',
'IDF_EmailAddress',
);
$db = Pluf::db();
$schema = new Pluf_DB_Schema($db);
Pluf_Test_Fixture::load($data, false);
}
return true;
}
}

Archive Download the corresponding diff file

Page rendered in 0.08484s using 13 queries.