forked from science-ation/science-ation
Oops, remove teh database name from the db update on create table
This commit is contained in:
parent
d7be4a15dc
commit
76f1a79fe7
@ -1,4 +1,3 @@
|
||||
|
||||
CREATE TABLE `locations` (
|
||||
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||
`conferences_id` INT NOT NULL ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
CREATE TABLE `sfiab`.`schedule` (
|
||||
CREATE TABLE `schedule` (
|
||||
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||
`conferences_id` INT NOT NULL ,
|
||||
`locations_id` INT NOT NULL ,
|
||||
|
Loading…
Reference in New Issue
Block a user