Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
m120327_093217_account_data.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  */
10 class m120327_093217_account_data extends CDbMigration
11 {
12  public function up()
13  {
14 
15  }
16 
17  public function down()
18  {
19  $this->delete('{{accounts}}', 'user_id = 1 or user_id = 2');
20  }
21 
22  /*
23  // Use safeUp/safeDown to do migration with transaction
24  public function safeUp()
25  {
26  }
27 
28  public function safeDown()
29  {
30  }
31  */
32 }