mirror of https://github.com/status-im/migrate.git
oups, forgot to remove char again
This commit is contained in:
parent
24dff377cc
commit
8d261405e0
|
@ -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
|
||||
);
|
||||
`),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue