From 15793496e8d56769c792cf39673c6e6dea3ec4d9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 28 Jun 2018 21:15:57 +0200 Subject: Preparing for complete rewrite.. --- main/app/system/Bakery/Migration.php | 67 ------------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 main/app/system/Bakery/Migration.php (limited to 'main/app/system/Bakery/Migration.php') diff --git a/main/app/system/Bakery/Migration.php b/main/app/system/Bakery/Migration.php deleted file mode 100644 index c4255d9..0000000 --- a/main/app/system/Bakery/Migration.php +++ /dev/null @@ -1,67 +0,0 @@ -schema = $schema; - $this->io = $io; - } - - /** - * Method to apply changes to the database - */ - public function up() { - } - - /** - * Method to revert changes applied by the `up` method - */ - public function down() { - } - - /** - * Method to seed new information to the database - */ - public function seed() { - } -} -- cgit v1.2.3