diff db/migrate/20120826180414_create_pastes.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/20120826180414_create_pastes.rb	Sun Dec 09 03:15:59 2018 +0900
+++ b/db/migrate/20120826180414_create_pastes.rb	Mon Dec 10 02:35:08 2018 +0900
@@ -1,5 +1,5 @@
 # Create basic table.
-class CreatePastes < ActiveRecord::Migration
+class CreatePastes < ActiveRecord::Migration[4.2]
   def change
     create_table :pastes do |t|
       t.string :ip, :null => false