Commit 2faf768
Fix ensure_collection_table query_stats column types (#547)
Missed the third copy of the query_stats schema in
06_ensure_collection_table.sql — same smallint/integer -> bigint
fix for min_dop, max_dop, and thread columns.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c47e6f3 commit 2faf768
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
| 219 | + | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments