You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(0.4/2015-07-07--salt_and_hash.xml): don't use ALTER TABLE MODIFY on PostgreSQL.
The failure was:
liquibase.exception.DatabaseException: ERROR: syntax error at or near "MODIFY"
Position: 22 [Failed SQL: ALTER TABLE users MODIFY COLUMN hash VARCHAR(60) NOT NULL]
Addressed to #1034
0 commit comments