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 23012f799d08 created 9 years 10 months ago.
By Nathan Adams, Adding syntax highlighter to base.html

Archive Download this file

Branches

Tags

Page rendered in 2.50358s using 11 queries.