mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Move Kontakt-Controller to person folder
This commit is contained in:
@@ -75,7 +75,7 @@ class DBTools extends FHC_Controller
|
||||
public function index()
|
||||
{
|
||||
$result = "The following are the available command line interface commands\n\n";
|
||||
$result .= "php index.ci.php DBTools migrate [\"version_number\"] Run all migrations. "
|
||||
$result .= "php index.ci.php DBTools migrate [\"version_number\"] Run all migrations. ";
|
||||
$result .= "The version number is optional.\n";
|
||||
$result .= "php index.ci.php DBTools seed \"file_name\" Run the specified seed file.\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user