Fixes Travis SQL Errors (#6813)

* Shut up Travis and do your job

* Let´s see if that shuts up travis aswell
This commit is contained in:
Werner
2019-08-02 22:07:23 +02:00
committed by GitHub
parent fdff50ce26
commit 5e1f7de096
+1 -1
View File
@@ -367,7 +367,7 @@ CREATE TABLE `ss13_characters_flavour` (
`robot_research` text,
PRIMARY KEY (`char_id`),
CONSTRAINT `ss13_flavour_fk_char_id` FOREIGN KEY (`char_id`) REFERENCES `ss13_characters` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Table for housing IC criminal records