diff --git a/src/Model/Amount.hs b/src/Model/Amount.hs index 665fb51..c492f09 100644 --- a/src/Model/Amount.hs +++ b/src/Model/Amount.hs @@ -17,6 +17,7 @@ initAmount = mconcat , "amounts_price INTEGER NOT NULL," , "amounts_verified BOOLEAN NOT NULL," , "PRIMARY KEY (product_id, timestamp)" + , ")" ] amountTable :: Table