Skip to content

Typo in traffic_ops/app/db/create_tables.sql #5756

Open
@Vijay-1

Description

@Vijay-1

I'm submitting a ...

  • bug report

Traffic Control components affected ...

  • Traffic Ops (database)

Current behavior:

The create_tables.sql script checks for the existence of an origin_protocol type before creating a localization_method type.

Expected behavior:

The script should check for the existence of a localization_method type before creating that type.

Minimal reproduction of the problem with instructions:

Observe:

IF NOT EXISTS (SELECT FROM pg_type WHERE typname = 'origin_protocol') THEN

This line should contain localization_method instead of origin_protocol

Metadata

Metadata

Assignees

No one assigned

    Labels

    Traffic Opsrelated to Traffic Opsbugsomething isn't working as intendeddatabaserelating to setup/installation/structure of the Traffic Ops database

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions