Commit fcb0a2f
committed
feat: widen token column a bit
The 128 character limit implied a character limit of about 90 for file names.
This is a bit too close to the practical limit of what users *actually* do,
and if the limit is hit, LOCK calls fail with unexpected errors due to the DB
not being able to deal with the token.
Widening it to 255 chars should move the "hard limit" further away, thus
reducing the chance of errors significantly.1 parent 7095a01 commit fcb0a2f
File tree
2 files changed
+18
-1
lines changed- manabi_django/manabi_migrations
- migrations
2 files changed
+18
-1
lines changedLines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments