Commit 2fdab3c
fix: update SQL syntax for H2 2.x compatibility
H2 2.x (managed by Spring Boot 2.7.18) removed support for the
non-standard 'DROP TABLE <table> IF EXISTS' syntax and the SERIAL
pseudo-type. Updated to standard SQL:
- DROP TABLE IF EXISTS customers
- id INT AUTO_INCREMENT PRIMARY KEY
Co-Authored-By: Lukas Burger <lukas.burger@cognition.ai>1 parent 95cd0a8 commit 2fdab3c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments