Skip to content

Commit

Permalink
Flyway schema migration of DomainEventEntry earlier to fix schema errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Dec 28, 2021
1 parent cb4e0c1 commit 6ebae39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE "axon_on_microprofile_tryout"."domainevententry" ALTER COLUMN TYPE VARCHAR(255) NULL;
ALTER TABLE "axon_on_microprofile_tryout"."domainevententry" ALTER COLUMN "TYPE" SET NULL;

0 comments on commit 6ebae39

Please sign in to comment.