From 308742d05483e89357ea396c1c47c53f2bde6602 Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Wed, 27 Jan 2021 12:47:01 -0800 Subject: [PATCH] undo --- app/mysql.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/mysql.go b/app/mysql.go index 3580295..93f4628 100644 --- a/app/mysql.go +++ b/app/mysql.go @@ -11,8 +11,6 @@ import ( var MyDB *sql.DB // InitDB initializes the MySQL database using DSN information from the config file -// and disables foreign key check's because we maintain referential integreity to allow -// for mass batch input. // func InitDB() { var db *sql.DB