Paul Heinrichs ebe2ecf524 Laravel migrations (#8868)
* Add migrations and seeds

* Fix spacing validation issues

* Fix linting

* Update tabs to spaces

* Update daily and install process

* Make build-base.php use the new migrations if empty or at dbschema 1000.
Seed 1000 into the database.
Temp fix for the route table index length (this table basically isn't used...)

* Fix typo in seed.
Hard code legacy schema checks to version 1000 (999 would have worked as is)

* Port association table no longer exists

* Make database validate again

* DB schema, remove as many DB::statement as possible

* update migrations
add librenms cli entry point (artisan)
update validate to check laravel migrations

* remove statements from users migration

* Fix up daily.sh and the 1000 migration

* Update migrations to current state
Take advantage of environment variables to set DB credentials.

* Fix style issues

* Update schema

* fix test db collation

* Fix migration table definition

* update db migrations

* Update migrations

* Update stats callback.  Just count the total migrations applied.

* Update 1000.sql.

* update migrations

* remove the graph type seeder, it is no longer needed

* update docs

* fix whitespace

* remove extra schema

* update tests

* fix sort

* add message

* dbSchema should actually be 1000

* add character set to db create

* Fix some artisan issues

* Update schema
2019-01-14 06:44:23 -06:00
..
2018-08-17 21:29:20 +01:00
2017-06-28 21:43:19 +01:00
2017-10-26 07:56:09 +01:00
2017-10-31 20:32:56 +00:00
2017-12-29 11:52:49 +00:00
2018-02-01 09:50:32 +00:00
2018-03-15 14:44:47 +00:00
2018-04-26 11:11:59 -05:00
2018-09-05 07:34:50 -05:00
2018-09-11 07:51:35 -05:00
2018-07-21 20:34:59 +01:00
2018-09-11 07:51:35 -05:00
2018-09-05 07:34:50 -05:00
2018-09-05 19:26:18 +01:00
2018-09-10 22:54:46 -05:00
2018-09-11 07:51:35 -05:00
2018-12-21 10:24:37 -06:00
2019-01-01 13:03:28 +00:00
2019-01-03 22:42:12 +00:00
2019-01-05 09:28:31 -06:00
2019-01-10 00:52:00 -06:00
2019-01-14 06:44:23 -06:00