Skip to content

apimigrationannounce

Troy Murray edited this page Sep 19, 2011 · 3 revisions

announce()

Usage

Output a comment when the migration is executed.

Function Syntax

announce(message);

Parameters

Parameter Type Required Default Description
message string Yes Message to display when migration is executed

Example

announce(message='I love database migrations!');
Clone this wiki locally