srchub

srchub Commit Details


Date:2016-04-29 22:28:02 (8 years 7 months ago)
Author:Natalie Adams
Branch:master
Commit:c16adf0a896e6105623adc9b688ffb9fd4f860da
Parents: fb4d886c18eb50ff60f85bd88961ab98365e2a3a
Message:Issue 155: Fix 33GitCache Migration

Changes:

File differences

indefero/src/IDF/Migrations/33GitCache.php
11
22
3
3
44
55
66
......
1414
1515
1616
17
17
1818
1919
2020
<?php
function IDF_Migrations_32ExternalFile_up()
function IDF_Migrations_33GitCache_up()
{
$table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();
$db->execute($sql[$engine]);
}
function IDF_Migrations_32ExternalFile_down()
function IDF_Migrations_33GitCache_down()
{
$table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05559s using 20 queries.