Sha256: 057d0f354c49baa41eee38d04d216a4bc60fb7347381624267710800c38896c7
Contents?: true
Size: 167 Bytes
Versions: 22
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
22 entries across 22 versions & 1 rubygems