Merge pull request #3771 from caudurodev/develop

FIX: Docs: added missing ( to SQLite insert statement to avoid error.
pull/3764/head^2
Matthias 6 years ago committed by GitHub
commit a18305ffe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save