Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
But trainlig commas are good :-(
  • Loading branch information
davorg committed Oct 26, 2016
1 parent 8fe9be6 commit b7f33d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/lystyng.sql
Expand Up @@ -20,7 +20,7 @@ create table list (
drop table if exists `tag`;
create table tag (
id integer primary key auto_increment,
name varchar(200) not null,
name varchar(200) not null
) ENGINE=INNODB CHARSET=utf8;

drop table if exists `list_tag`;
Expand Down

0 comments on commit b7f33d6

Please sign in to comment.