Skip to content

Commit

Permalink
That's where that extra comma came from!
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 26, 2016
1 parent b7f33d6 commit c86dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/lystyng.sql
Expand Up @@ -28,7 +28,7 @@ create table list_tag (
id integer primary key auto_increment,
list integer not null,
tag integer not null,
foreign key (list) references list(id)
foreign key (list) references list(id),
foreign key (tag) references tag(id)
) ENGINE=INNODB CHARSET=utf8;

Expand Down

0 comments on commit c86dc71

Please sign in to comment.