Sha256: 165113084f36d7a7d9be4d3e93a39a657f3952d46d14d6c8c696472ba8425270
Contents?: true
Size: 402 Bytes
Versions: 11
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true class BulkActionSti < ActiveRecord::Migration[6.1] def change add_column :bulk_actions, :bulk_action_type, :string, default: "ChangePublicationState", null: false add_column :bulk_actions, :action, :string, null: true change_column :bulk_actions, :field_name, :string, null: true change_column :bulk_actions, :field_value, :string, null: true end end
Version data entries
11 entries across 11 versions & 1 rubygems