module DynFork::Migration
Overview
Migrations are DynFork way of propagating changes you make to your models (adding a field, deleting a collection, etc.) into your database schema.
Migrations are DynFork way of propagating changes you make to your models (adding a field, deleting a collection, etc.) into your database schema.