From 20d325b57881e149554046986535aa4ad67e0225 Mon Sep 17 00:00:00 2001
From: kcristiano <kcristiano@kcristiano.com>
Date: Sun, 8 Mar 2020 16:31:05 +0000
Subject: [PATCH] Update auto_install.sql to set Engine and Row Format

---
 sql/auto_install.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/auto_install.sql b/sql/auto_install.sql
index 0c3bbae..3f38645 100644
--- a/sql/auto_install.sql
+++ b/sql/auto_install.sql
@@ -62,6 +62,6 @@ CREATE TABLE `civicrm_firewall_ipaddress` (
   )
   
  
-)    ;
+)ENGINE=InnoDB ROW_FORMAT=DYNAMIC    ;
 
  
\ No newline at end of file
-- 
GitLab