Validate database constraints (#9670)

* Validate database constraints

* Fix some differences with migrations

* Update functions.php
This commit is contained in:
Tony Murray
2019-01-17 08:59:42 -06:00
committed by GitHub
parent 9da12ee8af
commit 10f6eac677
5 changed files with 108 additions and 36 deletions

View File

@@ -25,9 +25,7 @@
* @author Tony Murray <murraytony@gmail.com>
*/
use Artisan;
use LibreNMS\Config;
use LibreNMS\Exceptions\DatabaseConnectException;
use LibreNMS\Exceptions\LockException;
use LibreNMS\Util\FileLock;
use LibreNMS\Util\MemcacheLock;