add missing parens
This commit is contained in:
parent
8b5f6b3a42
commit
4a3c2cbf58
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ initAmount = mconcat
|
||||||
, "amounts_price INTEGER NOT NULL,"
|
, "amounts_price INTEGER NOT NULL,"
|
||||||
, "amounts_verified BOOLEAN NOT NULL,"
|
, "amounts_verified BOOLEAN NOT NULL,"
|
||||||
, "PRIMARY KEY (product_id, timestamp)"
|
, "PRIMARY KEY (product_id, timestamp)"
|
||||||
|
, ")"
|
||||||
]
|
]
|
||||||
|
|
||||||
amountTable :: Table
|
amountTable :: Table
|
||||||
|
|
Loading…
Reference in a new issue