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 68c3010b5557 created 10 years 5 months ago.
By "Nathan Adams ", Fixing issue 43

Archive Download this file

Branches

Tags

Page rendered in 2.17789s using 11 queries.