Sha256: 8a736f1225b68c9ec0c20df9152de57e5eb31ad4c5647d7b4cf8a796ad1711d1

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

class RenameTestContentObjs < ActiveRecord::Migration
  def self.up
  	rename_table :test_content_objs, :test_content_objects
  end

  def self.down
  	rename_table :test_content_objects, :test_content_objs
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
skylinecms-3.3.0 db/migrate/20090525081942_rename_test_content_objs.rb
skylinecms-3.2.0 db/migrate/20090525081942_rename_test_content_objs.rb
skylinecms-3.1.0 db/migrate/20090525081942_rename_test_content_objs.rb
westarete-skylinecms-3.0.8.20100329 db/migrate/20090525081942_rename_test_content_objs.rb
westarete-skylinecms-3.0.8.20100330 db/migrate/20090525081942_rename_test_content_objs.rb
skylinecms-3.0.8 db/migrate/20090525081942_rename_test_content_objs.rb
skylinecms-3.0.7 db/migrate/20090525081942_rename_test_content_objs.rb