@tomei/sso 0.50.5 → 0.50.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module.exports = {
5
5
  queryInterface.createTable('sso_SystemPrivilege', {
6
6
  SystemPrivilegeId: {
7
7
  primaryKey: true,
8
- type: Sequelize.STRING(30),
8
+ type: Sequelize.STRING(50),
9
9
  allowNull: false,
10
10
  },
11
11
  PrivilegeCode: {
@@ -21,7 +21,7 @@ module.exports = {
21
21
  onUpdate: 'CASCADE',
22
22
  },
23
23
  SystemPrivilegeId: {
24
- type: Sequelize.STRING(30),
24
+ type: Sequelize.STRING(50),
25
25
  allowNull: false,
26
26
  references: {
27
27
  model: 'sso_SystemPrivilege',
@@ -21,7 +21,7 @@ module.exports = {
21
21
  onUpdate: 'CASCADE',
22
22
  },
23
23
  SystemPrivilegeId: {
24
- type: Sequelize.STRING(30),
24
+ type: Sequelize.STRING(50),
25
25
  allowNull: false,
26
26
  references: {
27
27
  model: 'sso_SystemPrivilege',
@@ -21,7 +21,7 @@ module.exports = {
21
21
  onUpdate: 'CASCADE',
22
22
  },
23
23
  SystemPrivilegeId: {
24
- type: Sequelize.STRING(30),
24
+ type: Sequelize.STRING(50),
25
25
  allowNull: false,
26
26
  references: {
27
27
  model: 'sso_SystemPrivilege',
@@ -21,7 +21,7 @@ module.exports = {
21
21
  onUpdate: 'CASCADE',
22
22
  },
23
23
  SystemPrivilegeId: {
24
- type: Sequelize.STRING(30),
24
+ type: Sequelize.STRING(50),
25
25
  allowNull: false,
26
26
  references: {
27
27
  model: 'sso_SystemPrivilege',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/sso",
3
- "version": "0.50.5",
3
+ "version": "0.50.6",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {