srchub-old

srchub-old Mercurial Source Tree


Root/indefero/src/IDF/Migrations/27ProjectRequest.php

<?php
function IDF_Migrations_27ProjectRequest_up($params=null)
{
    $db = Pluf::db();
    $schema = new Pluf_DB_Schema($db);
    $schema->model = new IDF_ProjectRequest();
    $schema->createTables();
}

function IDF_Migrations_27ProjectRequest_down($params=null)
{
    $db = Pluf::db();
    $schema = new Pluf_DB_Schema($db);
    $schema->model = new IDF_ProjectRequest();
    $schema->dropTables();

}
Source at commit 913d86aa4ab2 created 10 years 9 months ago.
By "Nathan Adams ", Adding entry for objective-c and ASM in autoloader

Archive Download this file

Branches

Tags

Page rendered in 1.82165s using 11 queries.