mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Merge pull request #3771 from caudurodev/develop
FIX: Docs: added missing ( to SQLite insert statement to avoid error.
This commit is contained in:
@@ -46,7 +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,
|
||||
|
||||
Reference in New Issue
Block a user