From 2afc41157d12d9c95e758bfbad545100cd5696b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=82=8B=E3=81=BF?= Date: Fri, 24 Jun 2022 21:40:24 +0800 Subject: [PATCH] Update migration.md --- doc/development/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/migration.md b/doc/development/migration.md index 50070dc51..f24fb8af8 100644 --- a/doc/development/migration.md +++ b/doc/development/migration.md @@ -23,7 +23,7 @@ rockhopper --config rockhopper_mysql.yaml create --type sql add_pnl_column ``` -Be sure to edit both sqlite3 and mysql migration files. ( [Sample](migrations/mysql/20210531234123_add_kline_taker_buy_columns.sql) ) +Be sure to edit both sqlite3 and mysql migration files. ( [Sample](.../../migrations/mysql/20210531234123_add_kline_taker_buy_columns.sql) ) To test the drivers, you have to update the rockhopper_mysql.yaml file to connect your database, then do: