Use Laravel schema migration command directly (#14039)

* Add new schema migration command

* Apply fixes from StyleCI
This commit is contained in:
Jellyfrog
2023-08-04 02:26:48 +02:00
committed by GitHub
parent d4baa34b87
commit 5a56e9081e
300 changed files with 58 additions and 1514 deletions

View File

@@ -33,7 +33,7 @@ args = parser.parse_args()
if args.discard:
if confirm("Are you sure you want to delete all modified and untracked files?"):
dirs = ["app/", "bootstrap/", "contrib/", "database/", "doc/", "html/", "includes/", "LibreNMS/",
"licenses/", "mibs/", "misc/", "resources/", "routes", "scripts/", "sql-schema/", "tests/"]
"licenses/", "mibs/", "misc/", "resources/", "routes", "scripts/", "tests/"]
gitignores = ['.gitignore',
'bootstrap/cache/.gitignore',
'logs/.gitignore',