readme: slight formatting tweak

pull/2/head
Liam Staskawicz 2013-01-06 11:32:51 -08:00
parent 8ccb502c95
commit 0287dcd9b2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ A sample SQL migration looks like:
title text,
body text,
PRIMARY KEY(id)
);
);
-- +goose Down
DROP TABLE post;