Skip to content

Commit

Permalink
Add missing newline to end of doctrine sqlite setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 9, 2015
1 parent 09bddd2 commit 68bd786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/doctrine.sqlite.sql
Expand Up @@ -59,4 +59,4 @@ CREATE TABLE IF NOT EXISTS imagevariations (
height INTEGER NOT NULL, height INTEGER NOT NULL,
added INTEGER NOT NULL, added INTEGER NOT NULL,
PRIMARY KEY (user,imageIdentifier,width) PRIMARY KEY (user,imageIdentifier,width)
); );

0 comments on commit 68bd786

Please sign in to comment.