Skip to content

Commit

Permalink
EPMRPP-89510 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed May 22, 2024
1 parent 8d56d07 commit 301b78d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project-properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ project.ext {
(migrationsUrl + '/migrations/76_user_bid_extension.up.sql') : 'V076__user_bid_extension.sql',
(migrationsUrl + '/migrations/77_email_server_documentation_link.up.sql') : 'V077__email_server_documentation_link.sql',
(migrationsUrl + '/migrations/78_drop_redundant_index.up.sql') : 'V078__drop_redundant_index.sql',
(migrationsUrl + '/migrations/83_add_slugify_function.up.sql') : 'V083__add_slugify_function.sql',
(migrationsUrl + '/migrations/84_organization_tables.up.sql') : 'V084__organization_tables.sql',
(migrationsUrl + '/migrations/86_notication_update.up.sql') : 'V086__notication_update.sql',
(migrationsUrl + '/migrations/89_add_retention_policy_launch.up.sql') : 'V089__add_retention_policy_launch.sql',

Expand Down

0 comments on commit 301b78d

Please sign in to comment.