Sha256: e40c63f8ad7a356760e0778d0f1846b61199b6cb5e4fab79d81ac078939b3013
Contents?: true
Size: 211 Bytes
Versions: 14
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true # Add AddLastDeployTask class AddLastDeployTask < ActiveRecord::Migration[5.2] def change add_column :acd_app_instances, :last_deploy_task_id, :uuid, :null => true end end
Version data entries
14 entries across 14 versions & 1 rubygems