Open tonilopezmr opened 6 years ago
You need to add to the SQL file this line to the compatibility with H2
CREATE DOMAIN IF NOT EXISTS TIMESTAMPTZ AS TIMESTAMP;
https://github.com/h2database/h2database/issues/521
You need to add to the SQL file this line to the compatibility with H2
References
https://github.com/h2database/h2database/issues/521