diff db/migrate/20120905072325_set_limit_on_paste.rb @ 463:4608d12ebe03

Sync database
author nanaya <me@nanaya.pro>
date Mon, 10 Dec 2018 02:35:08 +0900
parents 682abad78313
children
line wrap: on
line diff
--- a/db/migrate/20120905072325_set_limit_on_paste.rb	Sun Dec 09 03:15:59 2018 +0900
+++ b/db/migrate/20120905072325_set_limit_on_paste.rb	Mon Dec 10 02:35:08 2018 +0900
@@ -1,5 +1,5 @@
 # Reduced size as needed.
-class SetLimitOnPaste < ActiveRecord::Migration
+class SetLimitOnPaste < ActiveRecord::Migration[4.2]
   def change
     change_table :pastes do |t|
       t.change :ip, :string, :limit => 50