Commit 7220404
committed
fix(jdbc): change dictionary property value column type to nclob
Change the `v` column type from nvarchar(1000) to nclob to support
larger property values. nclob is suitable here since dictionary
property values are not indexed.
https://gravitee.atlassian.net/browse/APIM-123551 parent 7971eb6 commit 7220404
File tree
2 files changed
+11
-0
lines changed- gravitee-apim-repository/gravitee-apim-repository-jdbc/src/main/resources/liquibase
- changelogs/v4_9_5
2 files changed
+11
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
0 commit comments