diff --git a/core/migrations/list.php b/core/migrations/list.php index fe2c327a..4a13f18b 100644 --- a/core/migrations/list.php +++ b/core/migrations/list.php @@ -1,5 +1,6 @@ executeQuery($sql); + } + + public function down() + { + return true; + } +} \ No newline at end of file