diff --git a/src/main/resources/db/changelog/changes/20240715_01_cyril/01_update_authority.sql b/src/main/resources/db/changelog/changes/20240715_01_cyril/01_update_authority.sql index a458fdc..f0f5abf 100644 --- a/src/main/resources/db/changelog/changes/20240715_01_cyril/01_update_authority.sql +++ b/src/main/resources/db/changelog/changes/20240715_01_cyril/01_update_authority.sql @@ -1,7 +1,7 @@ -- liquibase formatted sql -- changeset cyril:authority, user_authority -UPDATE tsmsdb.authority +UPDATE authority SET authority='GENERATE_LATE_START_REPORT',name='Generate Late Start Report' WHERE id=17;