docs/migrations.md in timescaledb-0.2.3 vs docs/migrations.md in timescaledb-0.2.4

- old
+ new

@@ -65,5 +65,12 @@ } create_continuous_aggregate('ohlc_1m', query, **options) ``` +If you need more details, please check this [blog post][1]. + +If you're interested in candlesticks and need to get the OHLC values, take a look +at the [toolkit ohlc](/toolkit_ohlc) function that do the same but through a +function that can be reusing candlesticks from smaller timeframes. + +[1]: https://ideia.me/timescale-continuous-aggregates-with-ruby