Skip to content

Commit

Permalink
Update 2004008.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Aug 21, 2024
1 parent 303adc6 commit a44334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/db/migration/2004008.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2.4.8

# "letterSoundCorrespondence" → "letterSound"
ALTER TABLE `LetterSoundCorrespondenceContributionEvent` DROP COLUMN `letterSound_id`;
ALTER TABLE `LetterSoundCorrespondenceContributionEvent` DROP COLUMN IF EXISTS `letterSound_id`;
ALTER TABLE `LetterSoundCorrespondenceContributionEvent` CHANGE `letterSoundCorrespondence_id` `letterSound_id` bigint(20) NOT NULL;

0 comments on commit a44334c

Please sign in to comment.