Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Dec 13, 2024
1 parent e92e090 commit 79f4f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class WorkspaceMigrationEnumService {

if (!result) {
throw new WorkspaceMigrationException(
`Column ${columnName} not found in table ${tableName} while trying to alter enum`,
`Enum type name not found for column ${columnName} in table ${tableName} while trying to alter enum`,
WorkspaceMigrationExceptionCode.ENUM_TYPE_NAME_NOT_FOUND,
);
}
Expand Down

0 comments on commit 79f4f78

Please sign in to comment.