Class: AddJazariRunbookOrigin
- Inherits:
-
Object
- Object
- AddJazariRunbookOrigin
- 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
#change ⇒ Object
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 |