Skip to content

Commit

Permalink
Removed duplicate column alteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Elbers committed May 11, 2022
1 parent 091209a commit 0058a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/scripts/database_v1.5.0_v1.6.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ALTER TABLE virtualcollection ADD COLUMN `child` bigint(20) NULL;
ALTER TABLE virtualcollection ADD COLUMN `latest` bigint(20) NULL;
ALTER TABLE virtualcollection ADD COLUMN `original` bigint(20) NULL;
ALTER TABLE virtualcollection ADD COLUMN `forked_from` bigint(20) NULL;
ALTER TABLE virtualcollection ADD COLUMN `original` bigint(20) NULL;
ALTER TABLE virtualcollection ADD COLUMN `public_leaf` bool default false;
ALTER TABLE pid ADD COLUMN `is_latest` bool default false;

Expand Down

0 comments on commit 0058a18

Please sign in to comment.