From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- main/app/system/Bakery/Migration.php | 64 ++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100755 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 new file mode 100755 index 0000000..e6c6ae0 --- /dev/null +++ b/main/app/system/Bakery/Migration.php @@ -0,0 +1,64 @@ +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