Skip to content

Commit

Permalink
renamed flyway script #10909
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Nov 8, 2024
1 parent a47c546 commit 44cb3be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/db/migration/V6.4.0.2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Add these boolean flags to accommodate new harvesting client features
ALTER TABLE harvestingclient ADD COLUMN IF NOT EXISTS useOaiIdAsPid BOOLEAN DEFAULT FALSE;
ALTER TABLE harvestingclient ADD COLUMN IF NOT EXISTS useListRecords BOOLEAN DEFAULT FALSE;
ALTER TABLE harvestingclient ALTER COLUMN harvestingSet TYPE TEXT;

0 comments on commit 44cb3be

Please sign in to comment.