diff db/migrate/20120905074204_return_not_null_to_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/20120905074204_return_not_null_to_paste.rb	Sun Dec 09 03:15:59 2018 +0900
+++ b/db/migrate/20120905074204_return_not_null_to_paste.rb	Mon Dec 10 02:35:08 2018 +0900
@@ -1,5 +1,5 @@
 # Add constraints.
-class ReturnNotNullToPaste < ActiveRecord::Migration
+class ReturnNotNullToPaste < ActiveRecord::Migration[4.2]
   def change
     change_table :pastes do |t|
       t.change :ip, :string, :limit => 50, :null => false