mix good_analytics.setup (GoodAnalytics v0.1.1)

Copy Markdown View Source

Generates an Ecto migration that sets up GoodAnalytics tables.

Usage

mix good_analytics.setup

This creates a migration file in your host application that calls GoodAnalytics.Migration.up/0 and GoodAnalytics.Migration.down/0.

Then run mix ecto.migrate as usual.