mattjackson220 commented on a change in pull request #3534: TP Delivery Service 
Generate SSL update, new letsencrypt generate and…
URL: https://github.com/apache/trafficcontrol/pull/3534#discussion_r335710284
 
 

 ##########
 File path: traffic_ops/app/db/create_tables.sql
 ##########
 @@ -190,6 +190,19 @@ CREATE SEQUENCE asn_id_seq
 
 ALTER TABLE asn_id_seq OWNER TO traffic_ops;
 
+
+--
+-- Name: dnschallenges; Type: TABLE; Schema: public; Owner: traffic_ops
+--
+
+CREATE TABLE dnschallenges (
+  fqdn text NOT NULL,
+  record text NOT NULL
+);
+
+ALTER TABLE dnschallenges OWNER TO traffic_ops;
+
+
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to