diff --git a/migrations/mysqldb/m170724_031142_fecshop_tables.php b/migrations/mysqldb/m170724_031142_fecshop_tables.php new file mode 100644 index 0000000000000000000000000000000000000000..6dd94d35bbb842f5ee146a4a805e633c80a0188a --- /dev/null +++ b/migrations/mysqldb/m170724_031142_fecshop_tables.php @@ -0,0 +1,47 @@ +execute($sql); + } + } + + public function safeDown() + { + echo "m170724_031142_fecshop_tables cannot be reverted.\n"; + + return false; + } + + /* + // Use up()/down() to run migration code without a transaction. + public function up() + { + + } + + public function down() + { + echo "m170724_031142_fecshop_tables cannot be reverted.\n"; + + return false; + } + */ +}