Class: AddJazariRunbookOrigin

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/jazari/upgrade/templates/add_jazari_runbook_origin.rb

Overview

jazari 0.3.0 — provenance on the runbook.

Nullable and additive, in one deploy, because nothing reads it yet and NULL is a truthful value: it means "this row predates provenance", which is exactly what every existing row is.

Instance Method Summary collapse

Instance Method Details

#changeObject



7
8
9
# File 'lib/generators/jazari/upgrade/templates/add_jazari_runbook_origin.rb', line 7

def change
  add_column :jazari_runbooks, :origin, :string
end