Skip to content

Commit

Permalink
Er, that's not valid SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesronan committed May 16, 2014
1 parent 210afeb commit c06bbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/update-include-expiry.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ALTER TABLE moshes ADD COLUMN expiry INT(3) DEFAULT 1;

CREATE TABLE IF NOT EXISTS expiry (
id INT(3),
name VARCHAR(25),
name VARCHAR(25)
);

INSERT INTO expiry VALUES (1, 'never');
Expand Down

0 comments on commit c06bbaf

Please sign in to comment.