He-Pin commented on code in PR #365:
URL: 
https://github.com/apache/pekko-persistence-jdbc/pull/365#discussion_r2528424749


##########
core/src/main/resources/schema/mariadb/mariadb-drop-schema.sql:
##########
@@ -0,0 +1,5 @@
+DROP TABLE IF EXISTS event_tag;
+DROP TABLE IF EXISTS event_journal;
+DROP TABLE IF EXISTS snapshot;
+DROP TABLE IF EXISTS durable_state;
+DROP SEQUENCE IF EXISTS durable_state_global_offset_seq;

Review Comment:
   endline



-- 
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