migration script and and error handling on stop loss order

This commit is contained in:
misagh
2018-11-26 18:46:59 +01:00
parent 17004a5a72
commit 1f1770ad5a
3 changed files with 20 additions and 2 deletions

View File

@@ -426,6 +426,7 @@ def test_migrate_new(mocker, default_conf, fee, caplog):
max_rate FLOAT,
sell_reason VARCHAR,
strategy VARCHAR,
ticker_interval INTEGER,
PRIMARY KEY (id),
CHECK (is_open IN (0, 1))
);"""