Skip to content

Commit

Permalink
chore:rename migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverD3 committed Oct 23, 2024
1 parent 7ee12fe commit c49e219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion sql/step_04_all_following_steps.sql
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ source step_a107_add_permission_admin_access.sql;
source step_a108_audit_dicom_type_and_dicom_data.sql;
source step_a109_update_user_settings_table_constraints_and_add_usergroups_permissions.sql;
source step_a110_update_operations_table_change_ope_for_to_enum.sql;
source step_a112_add_missing_lock_columns.sql;
source step_a111_add_missing_lock_columns.sql;
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ ALTER TABLE `oh_pricesothers`

ALTER TABLE `oh_visits`
ADD COLUMN `VST_LOCK` INT(11) NOT NULL DEFAULT 0;





0 comments on commit c49e219

Please sign in to comment.