oups, forgot to remove char again

This commit is contained in:
mattes 2014-10-11 01:17:24 +02:00
parent 24dff377cc
commit 8d261405e0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func TestMigrate(t *testing.T) {
);
CREATE TABLE yolo1 (
id int(11) not nfull primary key auto_increment
id int(11) not null primary key auto_increment
);
`),
},