forked from science-ation/science-ation
Query fix. Accidentally had the DB name included in the table update SQL.
This commit is contained in:
parent
2b8416ed8e
commit
7948e30e61
@ -1,5 +1,5 @@
|
|||||||
ALTER TABLE `students` ADD `county` VARCHAR( 64 ) NULL DEFAULT NULL AFTER `city`;
|
ALTER TABLE `students` ADD `county` VARCHAR( 64 ) NULL DEFAULT NULL AFTER `city`;
|
||||||
INSERT INTO `sfiabhosting_38_ncsef`.`config` (
|
INSERT INTO `config` (
|
||||||
`var` ,
|
`var` ,
|
||||||
`val` ,
|
`val` ,
|
||||||
`category` ,
|
`category` ,
|
||||||
|
Loading…
Reference in New Issue
Block a user