Sha256: e0bbde3ef6241013a467f4e8616abbf257316201a74f42fa1488094275c375f4
Contents?: true
Size: 228 Bytes
Versions: 78
Compression:
Stored size: 228 Bytes
Contents
class JsonbPromiseResult < ActiveRecord::Migration[5.1] def change table = :marty_promises execute "delete from #{table}" change_column table, :result, :jsonb, default: {}, using: 'result::text::jsonb' end end
Version data entries
78 entries across 78 versions & 1 rubygems