Fix SQL data initialization
This commit is contained in:
@@ -1 +1 @@
|
|||||||
INSERT INTO COLLABORATOR (id, email, creation_date) VALUES (1, 'test@wisemapping.org', CURDATE());
|
SET DATABASE SQL SYNTAX MYS TRUE;
|
@@ -1 +1 @@
|
|||||||
CREATE TABLE COLLABORATOR (
|
CREATE TABLE IF NOT EXISTS COLLABORATOR (
|
Reference in New Issue
Block a user