srchub-old

srchub-old Mercurial Source Tree


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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 7751c2703d6f created 11 years 1 month ago.
By "Nathan Adams ", Making it easer to manage ads

Archive Download this file

Branches

Tags

Page rendered in 1.25978s using 11 queries.