Sha256: 9d7be4f17529bf415e42b39abac607a55eda71547c12635b294450e0340ec1ac

Contents?: true

Size: 253 Bytes

Versions: 16

Compression:

Stored size: 253 Bytes

Contents

class DropBrowserScreenshotTables < ActiveRecord::Migration
  def up
    drop_table    "#{Landable.configuration.database_schema_prefix}landable.screenshots"
    drop_table    "#{Landable.configuration.database_schema_prefix}landable.browsers"
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
landable-1.13.1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.12.3 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.12.2 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.12.1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.11.1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.11.0 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.10.0.rc2 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.10.0.rc1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.9.2 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.9.1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.9.0 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.9.0.rc2 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.9.0.rc1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.8.0 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.7.1.rc1 db/migrate/20131216214027_drop_browser_screenshot_tables.rb
landable-1.7.0 db/migrate/20131216214027_drop_browser_screenshot_tables.rb