From da01156673cab9aac1519b462fff02291fb17e55 Mon Sep 17 00:00:00 2001 From: JJ <3617814+joligario@users.noreply.github.com> Date: Sun, 24 Oct 2021 11:53:23 -0400 Subject: [PATCH] Update 2021_03_03_instance_safereturns.sql (#1636) --- utils/sql/git/required/2021_03_03_instance_safereturns.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/sql/git/required/2021_03_03_instance_safereturns.sql b/utils/sql/git/required/2021_03_03_instance_safereturns.sql index 6687b17a7..73c522234 100644 --- a/utils/sql/git/required/2021_03_03_instance_safereturns.sql +++ b/utils/sql/git/required/2021_03_03_instance_safereturns.sql @@ -10,4 +10,4 @@ CREATE TABLE `character_instance_safereturns` ( `safe_heading` float NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `character_id` (`character_id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 +) ENGINE=InnoDB DEFAULT CHARSET=latin1;