Sha256: 517a2c036cd6a82c86d99c371133dcade8ef2169cd637e22d93be7c0f30d9a66

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

class ChangeResourceIdToStringToSupportUuid < ActiveRecord::Migration[6.1]
  def up
    change_column :worker_plugins_workplace_links, :resource_id, :string
  end

  def down
    change_column :worker_plugins_workplace_links, :resource_id, :bigint
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
worker_plugins-0.0.7 db/migrate/20210106190349_change_resource_id_to_string_to_support_uuid.rb
worker_plugins-0.0.6 db/migrate/20210106190349_change_resource_id_to_string_to_support_uuid.rb
worker_plugins-0.0.5 db/migrate/20210106190349_change_resource_id_to_string_to_support_uuid.rb