Update 2021_03_03_instance_safereturns.sql (#1636)

This commit is contained in:
JJ 2021-10-24 11:53:23 -04:00 committed by GitHub
parent 6a244f16e1
commit da01156673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;