Commit d3c56ba
committed
chore: fix failing CI checks
Frontend static check: prettier formatting in getProgressData.test.ts.
Schema check: regenerate apiSchema.generated.ts for the two new error
codes (plan_incomplete_usd_pricing,
self_hosted_plan_usd_price_only_for_hosted_words).
Migration check: declare @ColumnDefault on the word columns. The DB
defaults were added by the changesets but not by the entities, so the
diff wanted to drop them. Their sibling columns all carry the
annotation; keeping the defaults means a non-JPA insert still has a
fallback for the NOT NULL constraint.1 parent 80f41f9 commit d3c56ba
4 files changed
Lines changed: 10 additions & 1 deletion
File tree
- ee/backend/app/src/main/kotlin/io/tolgee/ee/model
- webapp/src
- ee/billing/component
- service
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3060 | 3060 | | |
3061 | 3061 | | |
3062 | 3062 | | |
| 3063 | + | |
| 3064 | + | |
3063 | 3065 | | |
3064 | 3066 | | |
3065 | 3067 | | |
| |||
6987 | 6989 | | |
6988 | 6990 | | |
6989 | 6991 | | |
| 6992 | + | |
| 6993 | + | |
6990 | 6994 | | |
6991 | 6995 | | |
6992 | 6996 | | |
| |||
0 commit comments