add missing parens

This commit is contained in:
nek0 2019-07-21 16:14:18 +02:00
parent 8b5f6b3a42
commit 4a3c2cbf58

View file

@ -17,6 +17,7 @@ initAmount = mconcat
, "amounts_price INTEGER NOT NULL,"
, "amounts_verified BOOLEAN NOT NULL,"
, "PRIMARY KEY (product_id, timestamp)"
, ")"
]
amountTable :: Table