Add application metrics model and relationships (#15417)

* Add application metrics model and relationships

* update schema check file

* Add missed index

* Update testing definition

* sqlite can't create the id later

* update schema dumps

* update testing_persistent schema

* update baseline
This commit is contained in:
Tony Murray
2023-10-12 02:24:27 -05:00
committed by GitHub
parent 7c5b0e3612
commit 0540c56d0f
14 changed files with 1939 additions and 2234 deletions

View File

@@ -295,11 +295,6 @@ parameters:
count: 1
path: database/factories/UserFactory.php
-
message: "#^Property 'name' does not exist in Silber\\\\Bouncer\\\\Database\\\\Role model\\.$#"
count: 1
path: database/factories/UserFactory.php
-
message: "#^Static method Silber\\\\Bouncer\\\\BouncerFacade\\:\\:role\\(\\) invoked with 0 parameters, 1 required\\.$#"
count: 1
@@ -315,11 +310,6 @@ parameters:
count: 1
path: database/seeders/RolesSeeder.php
-
message: "#^Property 'name' does not exist in Silber\\\\Bouncer\\\\Database\\\\Role model\\.$#"
count: 2
path: database/seeders/RolesSeeder.php
-
message: "#^Static method Silber\\\\Bouncer\\\\BouncerFacade\\:\\:role\\(\\) invoked with 0 parameters, 1 required\\.$#"
count: 2