Commit 1f54133
Fix: Role Assignment Failure During Bootstrap Due to FK Constraint (#1175)
* modified granted by system to admin user emial
Signed-off-by: Veeresh K <veeruveeresh1522@gmail.com>
* Fix: reduce URL and slug column length to VARCHAR(191) to prevent MySQL index size error
Signed-off-by: Veeresh K <veeruveeresh1522@gmail.com>
* Fix: unit test to align with updated role assignment logic
Signed-off-by: Veeresh K <veeruveeresh1522@gmail.com>
* Fix: varchar to string
Signed-off-by: Veeresh K <veeruveeresh1522@gmail.com>
* Fix: varchar to string
Signed-off-by: Veeresh K <veeruveeresh1522@gmail.com>
* Revert slug and url length changes
Signed-off-by: Madhav Kandukuri <madhav165@gmail.com>
---------
Signed-off-by: Veeresh K <veeruveeresh1522@gmail.com>
Co-authored-by: Madhav Kandukuri <madhav165@gmail.com>1 parent 7b59267 commit 1f54133
File tree
2 files changed
+2
-2
lines changed- mcpgateway
- tests/unit/mcpgateway
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments