Query fix. Accidentally had the DB name included in the table update SQL.

This commit is contained in:
james 2015-01-14 18:22:08 +00:00
parent 2b8416ed8e
commit 7948e30e61

View File

@ -1,5 +1,5 @@
ALTER TABLE `students` ADD `county` VARCHAR( 64 ) NULL DEFAULT NULL AFTER `city`;
INSERT INTO `sfiabhosting_38_ncsef`.`config` (
INSERT INTO `config` (
`var` ,
`val` ,
`category` ,