Sha256: 522a5233ebaaf99874ad4cf989ed6d21c189de48b2a56ec871218204251404cb
Contents?: true
Size: 212 Bytes
Versions: 141
Compression:
Stored size: 212 Bytes
Contents
class AddHostActionButtonToRemoteExecutionFeature < ActiveRecord::Migration[4.2] def change add_column :remote_execution_features, :host_action_button, :boolean, :null => false, :default => false end end
Version data entries
141 entries across 141 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-1.4.2 | db/migrate/20170110145641_add_host_action_button_to_remote_execution_feature.rb |