diff --git a/install/mysql/migrations/v2.0.0/20180301063731_install_plg_system404.php b/install/mysql/migrations/v2.0.0/20180301063731_install_plg_system404.php new file mode 100644 index 0000000000..d198ca0bba --- /dev/null +++ b/install/mysql/migrations/v2.0.0/20180301063731_install_plg_system404.php @@ -0,0 +1,22 @@ +execute($sql); + } + + public function down() + { + $this->execute("DELETE FROM `extensions` WHERE `extensions`.`name` = 'plg_system_404'"); + } +}