Incorrect name of table
Some checks failed
Build Resilient App. / build (push) Has been cancelled

This commit is contained in:
Orlando M Guerreiro 2025-06-11 16:20:20 +01:00
parent 186be651f7
commit d452fb2542

View file

@ -24,8 +24,8 @@
<changeSet id="20250604123000-2" author="omg"> <changeSet id="20250604123000-2" author="omg">
<!-- Update allow_user_pwd_auth to TRUE --> <!-- Update allow_user_pwd_auth to TRUE -->
<update tableName="jhi_users"> <update tableName="jhi_user">
<column name="allow_user_pwd" valueBoolean="true"/> <column name="allow_user_pwd_auth" valueBoolean="true"/>
</update> </update>
</changeSet> </changeSet>
</databaseChangeLog> </databaseChangeLog>