Post: align record better
This commit is contained in:
parent
4221aca52e
commit
32acbcedda
|
@ -6,8 +6,8 @@ import Data.Monoid()
|
|||
import Data.Text
|
||||
import Database.SQLite.Simple.FromRow
|
||||
|
||||
data Post = Post {
|
||||
postID :: Int
|
||||
data Post = Post
|
||||
{ postID :: Int
|
||||
, postOID :: Text
|
||||
, postBody :: Text
|
||||
, postMarkdown :: Text
|
||||
|
|
Loading…
Reference in New Issue