OSDN Git Service

rename lisence to license
[pettanr/pettanr.git] / db / migrate / 20111206112042_create_original_pictures.rb
index 8c193e3..e492275 100644 (file)
@@ -6,7 +6,7 @@ class CreateOriginalPictures < ActiveRecord::Migration
       t.integer :height, :null => false
       t.integer :filesize, :null => false
       t.integer :artist_id, :null => false, :default => 0
-      t.integer :lisence_id, :null => false, :default => 0
+      t.integer :license_id, :null => false, :default => 0
 
       t.timestamps
     end