Sha256: f704e3b04c5e556f16d157a770c1a4b873f0dfa5722b0431361abbc3db7cb593
Contents?: true
Size: 340 Bytes
Versions: 7
Compression:
Stored size: 340 Bytes
Contents
# This migration comes from spree (originally 20101111133551) class RenamedRmaCancelledState < ActiveRecord::Migration def up execute "UPDATE return_authorizations SET state = 'canceled' WHERE state = 'cancelled'" end def down execute "UPDATE return_authorizations SET state = 'cancelled' WHERE state = 'canceled'" end end
Version data entries
7 entries across 7 versions & 2 rubygems