Sha256: 057d0f354c49baa41eee38d04d216a4bc60fb7347381624267710800c38896c7

Contents?: true

Size: 167 Bytes

Versions: 23

Compression:

Stored size: 167 Bytes

Contents

# frozen_string_literal: true

class RenameWebhookTargetsToWebhooks < ActiveRecord::Migration[6.0]
  def change
    rename_table :webhook_targets, :webhooks
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
foreman_webhooks-0.0.3 db/migrate/20200831194208_rename_webhook_targets_to_webhooks.rb
foreman_webhooks-0.0.2 db/migrate/20200831194208_rename_webhook_targets_to_webhooks.rb
foreman_webhooks-0.0.1 db/migrate/20200831194208_rename_webhook_targets_to_webhooks.rb