samueleresca commented on code in PR #391:
URL: 
https://github.com/apache/pekko-persistence-jdbc/pull/391#discussion_r2572635628


##########
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:
   AFAIK, this won't work on SQL Server? You need an `ALTER TABLE ... ALTER 
COLUMN ...` for each single 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]

Reply via email to