mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
FIX: added missing ) for SQLite insert
This commit is contained in:
parent
0c9301e74a
commit
90d97c536d
|
@ -46,8 +46,7 @@ sqlite3
|
|||
### Trade table structure
|
||||
|
||||
```sql
|
||||
CREATE TABLE trades
|
||||
(
|
||||
CREATE TABLE trades(
|
||||
id INTEGER NOT NULL,
|
||||
exchange VARCHAR NOT NULL,
|
||||
pair VARCHAR NOT NULL,
|
||||
|
|
Loading…
Reference in New Issue
Block a user