[Tomoe-cvs 1816] CVS update: tomoe/db/migrate

Back to archive index

Kouhei Sutou kous****@users*****
2006年 12月 11日 (月) 13:39:43 JST


Index: tomoe/db/migrate/001_create_chars.rb
diff -u tomoe/db/migrate/001_create_chars.rb:1.2 tomoe/db/migrate/001_create_chars.rb:1.3
--- tomoe/db/migrate/001_create_chars.rb:1.2	Fri Dec  8 18:06:37 2006
+++ tomoe/db/migrate/001_create_chars.rb	Mon Dec 11 13:39:42 2006
@@ -1,6 +1,6 @@
 class CreateChars < ActiveRecord::Migration
   def self.up
-    create_table(:chars, :id => false) do |t|
+    create_table(:chars) do |t|
       t.column :utf8, :string
       t.column :n_strokes, :integer
       t.column :variant, :string


tomoe-cvs メーリングリストの案内
Back to archive index