Skip to content

Commit

Permalink
drop deprecated column person.enabled_email_types
Browse files Browse the repository at this point in the history
  • Loading branch information
Joosakur committed Oct 29, 2024
1 parent 8784a60 commit 4efe61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE person DROP COLUMN enabled_email_types;
1 change: 1 addition & 0 deletions service/src/main/resources/migrations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,4 @@ V450__titania_errors.sql
V451__invoice_correction_target.sql
V452__finance_decision_date_nullability.sql
V453__email_message_type.sql
V454__drop_enabled_email_types.sql

0 comments on commit 4efe61b

Please sign in to comment.