added ";" to sql statements, so no further error is thrown when applying migrations
This commit is contained in:
@@ -3,6 +3,7 @@ CREATE TABLE PathNode (
|
||||
id integer primary key,
|
||||
title text,
|
||||
description text
|
||||
)
|
||||
);
|
||||
|
||||
-- migrate:down
|
||||
-- migrate:down
|
||||
-- DROP TABLE PathNode;
|
||||
@@ -3,6 +3,7 @@ create table NodeExercise (
|
||||
id integer primary key,
|
||||
ex_type text,
|
||||
content text
|
||||
)
|
||||
);
|
||||
|
||||
-- migrate:down
|
||||
-- migrate:down
|
||||
-- DROP TABLE NodeExercise;
|
||||
Reference in New Issue
Block a user