mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Use Laravel schema migration command directly (#14039)
* Add new schema migration command * Apply fixes from StyleCI
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user