Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade OpenSIPS #652

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Upgrade OpenSIPS #652

merged 4 commits into from
Jul 1, 2024

Conversation

dwilkie
Copy link
Collaborator

@dwilkie dwilkie commented Jun 27, 2024

DB Migration Script

From:
OpenSIPS/opensips@159fc07
OpenSIPS/opensips@18e7d8d

ALTER TABLE dialog ALTER COLUMN mangled_from_uri TYPE varchar(255);
ALTER TABLE dialog ALTER COLUMN mangled_to_uri TYPE varchar(255);
ALTER TABLE dialog ALTER COLUMN script_flags DROP NOT NULL;
ALTER TABLE dialog ALTER COLUMN script_flags TYPE varchar (255);
ALTER TABLE dialog ALTER COLUMN script_flags SET DEFAULT NULL;
UPDATE dialog set script_flags = NULL;
UPDATE version set table_version = 12 WHERE table_name = 'dialog';

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.80%. Comparing base (69d5832) to head (6fc30e1).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #652   +/-   ##
========================================
  Coverage    96.80%   96.80%           
========================================
  Files          164      164           
  Lines         2974     2974           
========================================
  Hits          2879     2879           
  Misses          95       95           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dwilkie dwilkie merged commit fb3dd11 into develop Jul 1, 2024
21 checks passed
@dwilkie dwilkie deleted the upgrade_opensips branch July 1, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant