Skip to content
Snippets Groups Projects
Commit 8463db8d authored by Brett Bieber's avatar Brett Bieber
Browse files

Add semicolon at the end of the SQL statement

parent ad442fd5
Branches main
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ ALTER TABLE `applicants` ADD `housing` VARCHAR( 255 ) NULL DEFAULT NULL AFTER `m
ALTER TABLE `applicants` ADD `disability_hearing` BOOLEAN NULL DEFAULT NULL AFTER `meal_discount` ,
ADD `disability_mobility` BOOLEAN NULL DEFAULT NULL AFTER `disability_hearing` ,
ADD `disability_visual` BOOLEAN NULL DEFAULT NULL AFTER `disability_mobility` ,
ADD `disability_other` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL AFTER `disability_visual`
\ No newline at end of file
ADD `disability_other` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL AFTER `disability_visual` ;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment