Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Added interfaces tables migration#4687

Merged
mattjackson220 merged 5 commits intoapache:masterfrom
ocket8888:interfaces-migration
May 18, 2020
Merged

Added interfaces tables migration#4687
mattjackson220 merged 5 commits intoapache:masterfrom
ocket8888:interfaces-migration

Conversation

@ocket8888
Copy link
Copy Markdown
Contributor

What does this PR (Pull Request) do?

This is the same migration as #4635 , but this time without trying to parse management interfaces.

Which Traffic Control components are affected by this PR?

  • Traffic Ops (database)

What is the best way to verify this PR?

Run a fresh installation of Traffic Ops and the database, verify that the new tables exist.

Run the migration against a database with existing data, verify that tables are properly populated and nothing old is mutated.

The following criteria are ALL met by this PR

  • We don't have database tests
  • Documentation is unnecessary
  • An update to CHANGELOG.md is not necessary
  • This PR includes any and all required license headers
  • This PR ensures that database migration sequence is correct
  • This PR DOES NOT FIX A SERIOUS SECURITY VULNERABILITY

@ocket8888 ocket8888 added new feature A new feature, capability or behavior low impact affects only a small portion of a CDN, and cannot itself break one database relating to setup/installation/structure of the Traffic Ops database labels May 7, 2020
Comment thread traffic_ops/app/db/migrations/20200507000000_interfaces.sql Outdated
@ocket8888 ocket8888 force-pushed the interfaces-migration branch from 0d273c8 to bd4b108 Compare May 14, 2020 17:54
Comment thread traffic_ops/app/db/migrations/20200507000000_interfaces.sql Outdated
@ocket8888 ocket8888 force-pushed the interfaces-migration branch from f393949 to 416a7fe Compare May 18, 2020 17:03
@mattjackson220 mattjackson220 merged commit 929a518 into apache:master May 18, 2020
@ocket8888 ocket8888 deleted the interfaces-migration branch May 19, 2020 04:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

database relating to setup/installation/structure of the Traffic Ops database low impact affects only a small portion of a CDN, and cannot itself break one new feature A new feature, capability or behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add needed tables to TODB

2 participants