Skip to content

Commit

Permalink
fix migration core
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 23, 2024
1 parent b7d170f commit 60208c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/db/migrations/core/025_390_to_3100.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ return {
postgres = {
up = [[
DO $$
BEGIN
DROP TABLE IF EXISTS clustering_sync_delta;
DROP INDEX IF EXISTS clustering_sync_delta_version_idx;
END;
Expand Down

0 comments on commit 60208c5

Please sign in to comment.