pjfanning commented on code in PR #391: URL: https://github.com/apache/pekko-persistence-jdbc/pull/391#discussion_r2572640846
########## core/src/main/resources/schema/sqlserver/sqlserver-nvarchar-migration.sql: ########## @@ -0,0 +1,23 @@ +-- SPDX-License-Identifier: Apache-2.0 + +-- see https://github.com/apache/pekko-persistence-jdbc/pull/382 + +ALTER TABLE event_journal ALTER COLUMN Review Comment: An AI agent suggested that you could do multiple but I switched it anyway because it seems less likely to cause issues if each alter table just alters one column. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
