Commit 433ef53
committed
update: Uses SmallInteger type for IntEnum
Updates the `IntEnum` SQLAlchemy type to `SmallInteger`.
This change reduces the storage size required for `IntEnum` columns when the full range of `Integer` is not needed.1 parent fecdbd2 commit 433ef53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments