schema.postgres.postgres-drop-schema-legacy.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 public.journal;
DROP TABLE IF EXISTS public.snapshot;
DROP TABLE IF EXISTS public.durable_state;