schema.mysql.mysql-drop-schema.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pekko-persistence-jdbc_2.12 Show documentation
Show all versions of pekko-persistence-jdbc_2.12 Show documentation
A plugin for storing events in an event journal pekko-persistence-jdbc
The newest version!
DROP TABLE IF EXISTS event_tag;
DROP TABLE IF EXISTS event_journal;
DROP TABLE IF EXISTS snapshot;