Commit 6bfda7b
committed
fix: correct migration 0019 test to expect DATETIME not TEXT for CURRENT_TIMESTAMP
The host_bypass_* tables use DATETIME type for created_at/updated_at columns,
not TEXT. The test's mustContain list had the wrong type string.1 parent 904bd03 commit 6bfda7b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments