Merge pull request #3771 from caudurodev/develop

FIX: Docs: added missing ( to SQLite insert statement to avoid error.
This commit is contained in:
Matthias
2020-09-11 10:01:31 +02:00
committed by GitHub

View File

@@ -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,