@tomei/sso 0.50.7 → 0.50.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/.commitlintrc.json +22 -22
  2. package/.eslintrc +16 -16
  3. package/.eslintrc.js +35 -35
  4. package/.gitlab-ci.yml +16 -16
  5. package/.husky/commit-msg +15 -15
  6. package/.husky/pre-commit +7 -7
  7. package/.prettierrc +4 -4
  8. package/Jenkinsfile +57 -57
  9. package/README.md +23 -23
  10. package/__tests__/unit/components/group/group.spec.ts +79 -79
  11. package/__tests__/unit/components/group-object-privilege/group-object-privilege.spec.ts +88 -88
  12. package/__tests__/unit/components/group-privilege/group-privilege.spec.ts +68 -68
  13. package/__tests__/unit/components/group-reporting-user/group-reporting-user.spec.ts +66 -66
  14. package/__tests__/unit/components/group-system-access/group-system-access.spec.ts +83 -83
  15. package/__tests__/unit/components/login-user/l.spec.ts +746 -746
  16. package/__tests__/unit/components/login-user/login.spec.ts +1164 -1164
  17. package/__tests__/unit/components/password-hash/password-hash.service.spec.ts +31 -31
  18. package/__tests__/unit/components/system/system.spec.ts +254 -254
  19. package/__tests__/unit/components/system-privilege/system-privilege.spec.ts +83 -83
  20. package/__tests__/unit/components/user-group/user-group.spec.ts +86 -86
  21. package/__tests__/unit/components/user-object-privilege/user-object-privilege.spec.ts +78 -78
  22. package/__tests__/unit/components/user-privilege/user-privilege.spec.ts +72 -72
  23. package/__tests__/unit/components/user-system-access/user-system-access.spec.ts +89 -89
  24. package/__tests__/unit/redis-client/redis.service.spec.ts +23 -23
  25. package/__tests__/unit/session/session.service.spec.ts +47 -47
  26. package/__tests__/unit/system-privilege/system-privilage.spec.ts +91 -91
  27. package/coverage/clover.xml +1452 -1452
  28. package/coverage/coverage-final.json +47 -47
  29. package/coverage/lcov-report/base.css +224 -224
  30. package/coverage/lcov-report/block-navigation.js +87 -87
  31. package/coverage/lcov-report/components/group/group.repository.ts.html +117 -117
  32. package/coverage/lcov-report/components/group/group.ts.html +327 -327
  33. package/coverage/lcov-report/components/group/index.html +130 -130
  34. package/coverage/lcov-report/components/group-object-privilege/group-object-privilege.repository.ts.html +117 -117
  35. package/coverage/lcov-report/components/group-object-privilege/group-object-privilege.ts.html +321 -321
  36. package/coverage/lcov-report/components/group-object-privilege/index.html +130 -130
  37. package/coverage/lcov-report/components/group-privilege/group-privilege.repository.ts.html +117 -117
  38. package/coverage/lcov-report/components/group-privilege/group-privilege.ts.html +303 -303
  39. package/coverage/lcov-report/components/group-privilege/index.html +130 -130
  40. package/coverage/lcov-report/components/group-reporting-user/group-reporting-user.repository.ts.html +117 -117
  41. package/coverage/lcov-report/components/group-reporting-user/group-reporting-user.ts.html +327 -327
  42. package/coverage/lcov-report/components/group-reporting-user/index.html +130 -130
  43. package/coverage/lcov-report/components/group-system-access/group-system-access.repository.ts.html +117 -117
  44. package/coverage/lcov-report/components/group-system-access/group-system-access.ts.html +309 -309
  45. package/coverage/lcov-report/components/group-system-access/index.html +130 -130
  46. package/coverage/lcov-report/components/login-history/index.html +115 -115
  47. package/coverage/lcov-report/components/login-history/login-history.repository.ts.html +117 -117
  48. package/coverage/lcov-report/components/login-user/index.html +130 -130
  49. package/coverage/lcov-report/components/login-user/login-user.ts.html +5007 -5007
  50. package/coverage/lcov-report/components/login-user/user.repository.ts.html +117 -117
  51. package/coverage/lcov-report/components/password-hash/index.html +115 -115
  52. package/coverage/lcov-report/components/password-hash/password-hash.service.ts.html +126 -126
  53. package/coverage/lcov-report/components/system/index.html +130 -130
  54. package/coverage/lcov-report/components/system/system.repository.ts.html +117 -117
  55. package/coverage/lcov-report/components/system/system.ts.html +909 -909
  56. package/coverage/lcov-report/components/system-privilege/index.html +130 -130
  57. package/coverage/lcov-report/components/system-privilege/system-privilege.repository.ts.html +120 -120
  58. package/coverage/lcov-report/components/system-privilege/system-privilege.ts.html +390 -390
  59. package/coverage/lcov-report/components/user-group/index.html +130 -130
  60. package/coverage/lcov-report/components/user-group/user-group.repository.ts.html +117 -117
  61. package/coverage/lcov-report/components/user-group/user-group.ts.html +354 -354
  62. package/coverage/lcov-report/components/user-object-privilege/index.html +130 -130
  63. package/coverage/lcov-report/components/user-object-privilege/user-object-privilege.repository.ts.html +117 -117
  64. package/coverage/lcov-report/components/user-object-privilege/user-object-privilege.ts.html +312 -312
  65. package/coverage/lcov-report/components/user-privilege/index.html +130 -130
  66. package/coverage/lcov-report/components/user-privilege/user-privilege.repository.ts.html +117 -117
  67. package/coverage/lcov-report/components/user-privilege/user-privilege.ts.html +306 -306
  68. package/coverage/lcov-report/components/user-system-access/index.html +130 -130
  69. package/coverage/lcov-report/components/user-system-access/user-system-access.repository.ts.html +117 -117
  70. package/coverage/lcov-report/components/user-system-access/user-system-access.ts.html +312 -312
  71. package/coverage/lcov-report/enum/group-type.enum.ts.html +108 -108
  72. package/coverage/lcov-report/enum/index.html +160 -160
  73. package/coverage/lcov-report/enum/index.ts.html +93 -93
  74. package/coverage/lcov-report/enum/user-status.enum.ts.html +105 -105
  75. package/coverage/lcov-report/enum/yn.enum.ts.html +96 -96
  76. package/coverage/lcov-report/index.html +370 -370
  77. package/coverage/lcov-report/models/group-object-privilege.entity.ts.html +333 -333
  78. package/coverage/lcov-report/models/group-privilege.entity.ts.html +315 -315
  79. package/coverage/lcov-report/models/group-reporting-user.entity.ts.html +339 -339
  80. package/coverage/lcov-report/models/group-system-access.entity.ts.html +324 -324
  81. package/coverage/lcov-report/models/group.entity.ts.html +435 -435
  82. package/coverage/lcov-report/models/index.html +310 -310
  83. package/coverage/lcov-report/models/login-history.entity.ts.html +252 -252
  84. package/coverage/lcov-report/models/staff.entity.ts.html +411 -411
  85. package/coverage/lcov-report/models/system-privilege.entity.ts.html +354 -354
  86. package/coverage/lcov-report/models/system.entity.ts.html +423 -423
  87. package/coverage/lcov-report/models/user-group.entity.ts.html +354 -354
  88. package/coverage/lcov-report/models/user-object-privilege.entity.ts.html +330 -330
  89. package/coverage/lcov-report/models/user-privilege.entity.ts.html +315 -315
  90. package/coverage/lcov-report/models/user-system-access.entity.ts.html +315 -315
  91. package/coverage/lcov-report/models/user.entity.ts.html +522 -522
  92. package/coverage/lcov-report/prettify.css +1 -1
  93. package/coverage/lcov-report/prettify.js +2 -2
  94. package/coverage/lcov-report/redis-client/index.html +115 -115
  95. package/coverage/lcov-report/redis-client/redis.service.ts.html +240 -240
  96. package/coverage/lcov-report/session/index.html +115 -115
  97. package/coverage/lcov-report/session/session.service.ts.html +246 -246
  98. package/coverage/lcov-report/sorter.js +196 -196
  99. package/coverage/lcov.info +2490 -2490
  100. package/coverage/test-report.xml +128 -128
  101. package/create-sso-user.sql +39 -39
  102. package/dist/src/components/user-group/user-group.d.ts +1 -0
  103. package/dist/src/components/user-group/user-group.js +30 -0
  104. package/dist/src/components/user-group/user-group.js.map +1 -1
  105. package/dist/tsconfig.tsbuildinfo +1 -1
  106. package/jest.config.js +14 -14
  107. package/migrations/20240314080602-create-user-table.js +124 -124
  108. package/migrations/20240314080603-create-user-group-table.js +85 -85
  109. package/migrations/20240314080604-create-user-user-group-table.js +55 -55
  110. package/migrations/20240314080605-create-login-history-table.js +53 -53
  111. package/migrations/20240527064925-create-system-table.js +78 -78
  112. package/migrations/20240527064926-create-system-privilege-table.js +71 -71
  113. package/migrations/20240527065342-create-group-table.js +93 -93
  114. package/migrations/20240527065633-create-group-reporting-user-table.js +76 -76
  115. package/migrations/20240528011551-create-group-system-access-table.js +72 -72
  116. package/migrations/20240528023018-user-system-access-table.js +75 -75
  117. package/migrations/20240528032229-user-privilege-table.js +76 -76
  118. package/migrations/20240528063003-create-group-privilege-table.js +76 -76
  119. package/migrations/20240528063051-create-group-object-privilege-table.js +84 -84
  120. package/migrations/20240528063107-create-user-object-privilege-table.js +84 -84
  121. package/migrations/20240528063108-create-api-key-table.js +85 -85
  122. package/migrations/20241104104802-create-building-table.js +95 -95
  123. package/package.json +89 -89
  124. package/sampledotenv +7 -7
  125. package/sonar-project.properties +22 -22
  126. package/src/components/user-group/user-group.ts +54 -0
  127. package/tsconfig.build.json +5 -5
  128. package/tsconfig.json +22 -22
  129. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.d.ts +0 -1
  130. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.js +0 -71
  131. package/dist/__tests__/unit/components/group-privilege/group-privilege.test.js.map +0 -1
  132. package/dist/__tests__/unit/components/login-user/login-user.spec.d.ts +0 -0
  133. package/dist/__tests__/unit/components/login-user/login-user.spec.js +0 -6
  134. package/dist/__tests__/unit/components/login-user/login-user.spec.js.map +0 -1
@@ -1,78 +1,78 @@
1
- 'use strict';
2
-
3
- /** @type {import('sequelize-cli').Migration} */
4
- module.exports = {
5
- async up(queryInterface, Sequelize) {
6
- await queryInterface.createTable('sso_System', {
7
- SystemCode: {
8
- type: Sequelize.STRING(30),
9
- allowNull: false,
10
- primaryKey: true,
11
- },
12
- Name: {
13
- type: Sequelize.STRING(200),
14
- allowNull: false,
15
- },
16
- Description: {
17
- type: Sequelize.STRING(500),
18
- allowNull: false,
19
- },
20
- AccessURL: {
21
- type: Sequelize.STRING(2000),
22
- allowNull: true,
23
- },
24
- GooglePlayURL: {
25
- type: Sequelize.STRING(2000),
26
- allowNull: true,
27
- },
28
- AppleStoreURL: {
29
- type: Sequelize.STRING(2000),
30
- allowNull: true,
31
- },
32
- APIKey: {
33
- type: Sequelize.STRING(255),
34
- allowNull: true,
35
- },
36
- APISecret: {
37
- type: Sequelize.STRING(255),
38
- allowNull: true,
39
- },
40
- Status: {
41
- type: Sequelize.STRING(10),
42
- allowNull: false,
43
- },
44
- CreatedById: {
45
- type: Sequelize.INTEGER,
46
- allowNull: false,
47
- references: {
48
- model: 'sso_User',
49
- key: 'UserId',
50
- },
51
- onUpdate: 'CASCADE',
52
- onDelete: 'CASCADE',
53
- },
54
- CreatedAt: {
55
- type: Sequelize.DATE,
56
- allowNull: false,
57
- },
58
- UpdatedById: {
59
- type: Sequelize.INTEGER,
60
- allowNull: false,
61
- references: {
62
- model: 'sso_User',
63
- key: 'UserId',
64
- },
65
- onUpdate: 'CASCADE',
66
- onDelete: 'CASCADE',
67
- },
68
- UpdatedAt: {
69
- type: Sequelize.DATE,
70
- allowNull: false,
71
- },
72
- });
73
- },
74
-
75
- async down(queryInterface, Sequelize) {
76
- await queryInterface.dropTable('sso_System');
77
- },
78
- };
1
+ 'use strict';
2
+
3
+ /** @type {import('sequelize-cli').Migration} */
4
+ module.exports = {
5
+ async up(queryInterface, Sequelize) {
6
+ await queryInterface.createTable('sso_System', {
7
+ SystemCode: {
8
+ type: Sequelize.STRING(30),
9
+ allowNull: false,
10
+ primaryKey: true,
11
+ },
12
+ Name: {
13
+ type: Sequelize.STRING(200),
14
+ allowNull: false,
15
+ },
16
+ Description: {
17
+ type: Sequelize.STRING(500),
18
+ allowNull: false,
19
+ },
20
+ AccessURL: {
21
+ type: Sequelize.STRING(2000),
22
+ allowNull: true,
23
+ },
24
+ GooglePlayURL: {
25
+ type: Sequelize.STRING(2000),
26
+ allowNull: true,
27
+ },
28
+ AppleStoreURL: {
29
+ type: Sequelize.STRING(2000),
30
+ allowNull: true,
31
+ },
32
+ APIKey: {
33
+ type: Sequelize.STRING(255),
34
+ allowNull: true,
35
+ },
36
+ APISecret: {
37
+ type: Sequelize.STRING(255),
38
+ allowNull: true,
39
+ },
40
+ Status: {
41
+ type: Sequelize.STRING(10),
42
+ allowNull: false,
43
+ },
44
+ CreatedById: {
45
+ type: Sequelize.INTEGER,
46
+ allowNull: false,
47
+ references: {
48
+ model: 'sso_User',
49
+ key: 'UserId',
50
+ },
51
+ onUpdate: 'CASCADE',
52
+ onDelete: 'CASCADE',
53
+ },
54
+ CreatedAt: {
55
+ type: Sequelize.DATE,
56
+ allowNull: false,
57
+ },
58
+ UpdatedById: {
59
+ type: Sequelize.INTEGER,
60
+ allowNull: false,
61
+ references: {
62
+ model: 'sso_User',
63
+ key: 'UserId',
64
+ },
65
+ onUpdate: 'CASCADE',
66
+ onDelete: 'CASCADE',
67
+ },
68
+ UpdatedAt: {
69
+ type: Sequelize.DATE,
70
+ allowNull: false,
71
+ },
72
+ });
73
+ },
74
+
75
+ async down(queryInterface, Sequelize) {
76
+ await queryInterface.dropTable('sso_System');
77
+ },
78
+ };
@@ -1,71 +1,71 @@
1
- 'use strict';
2
-
3
- module.exports = {
4
- up: async (queryInterface, Sequelize) => {
5
- queryInterface.createTable('sso_SystemPrivilege', {
6
- SystemPrivilegeId: {
7
- primaryKey: true,
8
- type: Sequelize.STRING(50),
9
- allowNull: false,
10
- },
11
- PrivilegeCode: {
12
- type: Sequelize.STRING(200),
13
- allowNull: false,
14
- },
15
- SystemCode: {
16
- type: Sequelize.STRING(10),
17
- allowNull: false,
18
- references: {
19
- model: 'sso_System',
20
- key: 'SystemCode',
21
- },
22
- onDelete: 'CASCADE',
23
- onUpdate: 'CASCADE',
24
- },
25
- Description: {
26
- type: Sequelize.STRING(3000),
27
- },
28
- Status: {
29
- type: Sequelize.STRING(10),
30
- allowNull: false,
31
- defaultValue: 'Active',
32
- },
33
- CreatedAt: {
34
- allowNull: false,
35
- defaultValue: Sequelize.literal('CURRENT_TIMESTAMP(3)'),
36
- type: Sequelize.DATE,
37
- },
38
- CreatedById: {
39
- type: Sequelize.INTEGER,
40
- allowNull: true,
41
- references: {
42
- model: 'sso_User',
43
- key: 'UserId',
44
- },
45
- onDelete: 'CASCADE',
46
- onUpdate: 'CASCADE',
47
- },
48
- UpdatedAt: {
49
- allowNull: false,
50
- defaultValue: Sequelize.literal(
51
- 'CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3)',
52
- ),
53
- type: Sequelize.DATE,
54
- },
55
- UpdatedById: {
56
- type: Sequelize.INTEGER,
57
- allowNull: true,
58
- references: {
59
- model: 'sso_User',
60
- key: 'UserId',
61
- },
62
- onDelete: 'CASCADE',
63
- onUpdate: 'CASCADE',
64
- },
65
- });
66
- },
67
-
68
- down: async (queryInterface) => {
69
- await queryInterface.dropTable('sso_SystemPrivilege');
70
- },
71
- };
1
+ 'use strict';
2
+
3
+ module.exports = {
4
+ up: async (queryInterface, Sequelize) => {
5
+ queryInterface.createTable('sso_SystemPrivilege', {
6
+ SystemPrivilegeId: {
7
+ primaryKey: true,
8
+ type: Sequelize.STRING(50),
9
+ allowNull: false,
10
+ },
11
+ PrivilegeCode: {
12
+ type: Sequelize.STRING(200),
13
+ allowNull: false,
14
+ },
15
+ SystemCode: {
16
+ type: Sequelize.STRING(10),
17
+ allowNull: false,
18
+ references: {
19
+ model: 'sso_System',
20
+ key: 'SystemCode',
21
+ },
22
+ onDelete: 'CASCADE',
23
+ onUpdate: 'CASCADE',
24
+ },
25
+ Description: {
26
+ type: Sequelize.STRING(3000),
27
+ },
28
+ Status: {
29
+ type: Sequelize.STRING(10),
30
+ allowNull: false,
31
+ defaultValue: 'Active',
32
+ },
33
+ CreatedAt: {
34
+ allowNull: false,
35
+ defaultValue: Sequelize.literal('CURRENT_TIMESTAMP(3)'),
36
+ type: Sequelize.DATE,
37
+ },
38
+ CreatedById: {
39
+ type: Sequelize.INTEGER,
40
+ allowNull: true,
41
+ references: {
42
+ model: 'sso_User',
43
+ key: 'UserId',
44
+ },
45
+ onDelete: 'CASCADE',
46
+ onUpdate: 'CASCADE',
47
+ },
48
+ UpdatedAt: {
49
+ allowNull: false,
50
+ defaultValue: Sequelize.literal(
51
+ 'CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3)',
52
+ ),
53
+ type: Sequelize.DATE,
54
+ },
55
+ UpdatedById: {
56
+ type: Sequelize.INTEGER,
57
+ allowNull: true,
58
+ references: {
59
+ model: 'sso_User',
60
+ key: 'UserId',
61
+ },
62
+ onDelete: 'CASCADE',
63
+ onUpdate: 'CASCADE',
64
+ },
65
+ });
66
+ },
67
+
68
+ down: async (queryInterface) => {
69
+ await queryInterface.dropTable('sso_SystemPrivilege');
70
+ },
71
+ };
@@ -1,93 +1,93 @@
1
- 'use strict';
2
-
3
- /** @type {import('sequelize-cli').Migration} */
4
- module.exports = {
5
- async up(queryInterface, Sequelize) {
6
- await queryInterface.createTable('sso_Group', {
7
- GroupCode: {
8
- type: Sequelize.STRING(10),
9
- allowNull: false,
10
- primaryKey: true,
11
- },
12
- Name: {
13
- type: Sequelize.STRING(50),
14
- allowNull: false,
15
- },
16
- Description: {
17
- type: Sequelize.STRING(100),
18
- allowNull: true,
19
- },
20
- Type: {
21
- type: Sequelize.ENUM,
22
- values: [
23
- 'Company',
24
- 'Department',
25
- 'Team',
26
- 'Project',
27
- 'Building',
28
- 'Role',
29
- ],
30
- allowNull: false,
31
- },
32
- ParentGroupCode: {
33
- type: Sequelize.STRING(10),
34
- allowNull: true,
35
- references: {
36
- model: 'sso_Group',
37
- key: 'GroupCode',
38
- },
39
- onUpdate: 'CASCADE',
40
- onDelete: 'CASCADE',
41
- },
42
- Path: {
43
- type: Sequelize.STRING(100),
44
- allowNull: false,
45
- },
46
- InheritParentPrivilegeYN: {
47
- type: Sequelize.CHAR(1),
48
- defaultValue: 'N',
49
- },
50
- InheritParentSystemAccessYN : {
51
- type: Sequelize.CHAR(1),
52
- defaultValue: 'N',
53
- },
54
- Status: {
55
- type: Sequelize.STRING(10),
56
- allowNull: false,
57
- defaultValue: 'Active',
58
- },
59
- CreatedById: {
60
- type: Sequelize.INTEGER,
61
- allowNull: false,
62
- references: {
63
- model: 'sso_User',
64
- key: 'UserId',
65
- },
66
- onUpdate: 'CASCADE',
67
- onDelete: 'CASCADE',
68
- },
69
- CreatedAt: {
70
- type: Sequelize.DATE,
71
- allowNull: false,
72
- },
73
- UpdatedById: {
74
- type: Sequelize.INTEGER,
75
- allowNull: false,
76
- references: {
77
- model: 'sso_User',
78
- key: 'UserId',
79
- },
80
- onUpdate: 'CASCADE',
81
- onDelete: 'CASCADE',
82
- },
83
- UpdatedAt: {
84
- type: Sequelize.DATE,
85
- allowNull: false,
86
- },
87
- });
88
- },
89
-
90
- async down(queryInterface, Sequelize) {
91
- await queryInterface.dropTable('sso_Group');
92
- },
93
- };
1
+ 'use strict';
2
+
3
+ /** @type {import('sequelize-cli').Migration} */
4
+ module.exports = {
5
+ async up(queryInterface, Sequelize) {
6
+ await queryInterface.createTable('sso_Group', {
7
+ GroupCode: {
8
+ type: Sequelize.STRING(10),
9
+ allowNull: false,
10
+ primaryKey: true,
11
+ },
12
+ Name: {
13
+ type: Sequelize.STRING(50),
14
+ allowNull: false,
15
+ },
16
+ Description: {
17
+ type: Sequelize.STRING(100),
18
+ allowNull: true,
19
+ },
20
+ Type: {
21
+ type: Sequelize.ENUM,
22
+ values: [
23
+ 'Company',
24
+ 'Department',
25
+ 'Team',
26
+ 'Project',
27
+ 'Building',
28
+ 'Role',
29
+ ],
30
+ allowNull: false,
31
+ },
32
+ ParentGroupCode: {
33
+ type: Sequelize.STRING(10),
34
+ allowNull: true,
35
+ references: {
36
+ model: 'sso_Group',
37
+ key: 'GroupCode',
38
+ },
39
+ onUpdate: 'CASCADE',
40
+ onDelete: 'CASCADE',
41
+ },
42
+ Path: {
43
+ type: Sequelize.STRING(100),
44
+ allowNull: false,
45
+ },
46
+ InheritParentPrivilegeYN: {
47
+ type: Sequelize.CHAR(1),
48
+ defaultValue: 'N',
49
+ },
50
+ InheritParentSystemAccessYN : {
51
+ type: Sequelize.CHAR(1),
52
+ defaultValue: 'N',
53
+ },
54
+ Status: {
55
+ type: Sequelize.STRING(10),
56
+ allowNull: false,
57
+ defaultValue: 'Active',
58
+ },
59
+ CreatedById: {
60
+ type: Sequelize.INTEGER,
61
+ allowNull: false,
62
+ references: {
63
+ model: 'sso_User',
64
+ key: 'UserId',
65
+ },
66
+ onUpdate: 'CASCADE',
67
+ onDelete: 'CASCADE',
68
+ },
69
+ CreatedAt: {
70
+ type: Sequelize.DATE,
71
+ allowNull: false,
72
+ },
73
+ UpdatedById: {
74
+ type: Sequelize.INTEGER,
75
+ allowNull: false,
76
+ references: {
77
+ model: 'sso_User',
78
+ key: 'UserId',
79
+ },
80
+ onUpdate: 'CASCADE',
81
+ onDelete: 'CASCADE',
82
+ },
83
+ UpdatedAt: {
84
+ type: Sequelize.DATE,
85
+ allowNull: false,
86
+ },
87
+ });
88
+ },
89
+
90
+ async down(queryInterface, Sequelize) {
91
+ await queryInterface.dropTable('sso_Group');
92
+ },
93
+ };
@@ -1,76 +1,76 @@
1
- 'use strict';
2
-
3
- /** @type {import('sequelize-cli').Migration} */
4
- module.exports = {
5
- async up(queryInterface, Sequelize) {
6
- await queryInterface.createTable('sso_GroupReportingUser', {
7
- GroupReportingUserId: {
8
- type: Sequelize.INTEGER,
9
- allowNull: false,
10
- primaryKey: true,
11
- autoIncrement: true,
12
- },
13
- GroupCode: {
14
- type: Sequelize.STRING(10),
15
- allowNull: false,
16
- references: {
17
- model: 'sso_Group',
18
- key: 'GroupCode',
19
- },
20
- onUpdate: 'CASCADE',
21
- onDelete: 'CASCADE',
22
- },
23
- UserId: {
24
- type: Sequelize.INTEGER,
25
- allowNull: false,
26
- references: {
27
- model: 'sso_User',
28
- key: 'UserId',
29
- },
30
- onUpdate: 'CASCADE',
31
- onDelete: 'CASCADE',
32
- },
33
- Rank: {
34
- type: Sequelize.TINYINT,
35
- allowNull: false,
36
- },
37
- Status: {
38
- type: Sequelize.STRING(10),
39
- allowNull: false,
40
- defaultValue: 'Active',
41
- },
42
- CreatedById: {
43
- type: Sequelize.INTEGER,
44
- allowNull: false,
45
- references: {
46
- model: 'sso_User',
47
- key: 'UserId',
48
- },
49
- onUpdate: 'CASCADE',
50
- onDelete: 'CASCADE',
51
- },
52
- CreatedAt: {
53
- type: Sequelize.DATE,
54
- allowNull: false,
55
- },
56
- UpdatedById: {
57
- type: Sequelize.INTEGER,
58
- allowNull: false,
59
- references: {
60
- model: 'sso_User',
61
- key: 'UserId',
62
- },
63
- onUpdate: 'CASCADE',
64
- onDelete: 'CASCADE',
65
- },
66
- UpdatedAt: {
67
- type: Sequelize.DATE,
68
- allowNull: false,
69
- },
70
- });
71
- },
72
-
73
- async down(queryInterface, Sequelize) {
74
- await queryInterface.dropTable('sso_GroupReportingUser');
75
- },
76
- };
1
+ 'use strict';
2
+
3
+ /** @type {import('sequelize-cli').Migration} */
4
+ module.exports = {
5
+ async up(queryInterface, Sequelize) {
6
+ await queryInterface.createTable('sso_GroupReportingUser', {
7
+ GroupReportingUserId: {
8
+ type: Sequelize.INTEGER,
9
+ allowNull: false,
10
+ primaryKey: true,
11
+ autoIncrement: true,
12
+ },
13
+ GroupCode: {
14
+ type: Sequelize.STRING(10),
15
+ allowNull: false,
16
+ references: {
17
+ model: 'sso_Group',
18
+ key: 'GroupCode',
19
+ },
20
+ onUpdate: 'CASCADE',
21
+ onDelete: 'CASCADE',
22
+ },
23
+ UserId: {
24
+ type: Sequelize.INTEGER,
25
+ allowNull: false,
26
+ references: {
27
+ model: 'sso_User',
28
+ key: 'UserId',
29
+ },
30
+ onUpdate: 'CASCADE',
31
+ onDelete: 'CASCADE',
32
+ },
33
+ Rank: {
34
+ type: Sequelize.TINYINT,
35
+ allowNull: false,
36
+ },
37
+ Status: {
38
+ type: Sequelize.STRING(10),
39
+ allowNull: false,
40
+ defaultValue: 'Active',
41
+ },
42
+ CreatedById: {
43
+ type: Sequelize.INTEGER,
44
+ allowNull: false,
45
+ references: {
46
+ model: 'sso_User',
47
+ key: 'UserId',
48
+ },
49
+ onUpdate: 'CASCADE',
50
+ onDelete: 'CASCADE',
51
+ },
52
+ CreatedAt: {
53
+ type: Sequelize.DATE,
54
+ allowNull: false,
55
+ },
56
+ UpdatedById: {
57
+ type: Sequelize.INTEGER,
58
+ allowNull: false,
59
+ references: {
60
+ model: 'sso_User',
61
+ key: 'UserId',
62
+ },
63
+ onUpdate: 'CASCADE',
64
+ onDelete: 'CASCADE',
65
+ },
66
+ UpdatedAt: {
67
+ type: Sequelize.DATE,
68
+ allowNull: false,
69
+ },
70
+ });
71
+ },
72
+
73
+ async down(queryInterface, Sequelize) {
74
+ await queryInterface.dropTable('sso_GroupReportingUser');
75
+ },
76
+ };