Skip to content
Snippets Groups Projects
Commit bcc79073 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

H2 requires that we set the column type on a dropNotNullConstraint

parent 94f80cdd
Branches
Tags
No related merge requests found
......@@ -6,3 +6,9 @@ databaseChangeLog:
- dropNotNullConstraint:
tableName: core_user
columnName: last_login
columnDataType: DATETIME
- modifySql:
dbms: postgresql
replace:
replace: WITHOUT
with: WITH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment