Skip to content

Commit

Permalink
added owner back for server
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed Sep 6, 2023
1 parent 7187ad2 commit 9aaa2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions traffic_ops/app/db/create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,8 @@ CREATE TABLE IF NOT EXISTS server (
CONSTRAINT idx_89709_primary PRIMARY KEY (id)
);

ALTER TABLE server OWNER TO traffic_ops;

--
-- Name: server_capability; Type: TABLE; Schema: public; Owner: traffic_ops
--
Expand Down

0 comments on commit 9aaa2fe

Please sign in to comment.