@spinajs/acl
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -31,3 +31,3 @@ "use strict"; | ||
table.int("owner_id").notNull(); | ||
table.foreignKey("owner_id").references("users", "id").cascade(); | ||
table.foreignKey("owner_id").references("users", "Id").cascade(); | ||
}); | ||
@@ -34,0 +34,0 @@ await connection.schema().createTable("roles", (table) => { |
{ | ||
"name": "@spinajs/acl", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "framework user acl module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97712
82
1692