[Svn-src-all:892] [version-2_5-dev 19780] r19773 の修正漏れ

nanasess admin @ mail.ec-cube.net
2010年 12月 28日 (火) 20:53:22 JST


Subversion committed to /home/svn/open 19780
http://svn.ec-cube.net/open_trac/changeset/19780
┌────────────────────────────┐
│更新者 :  nanasess                                     │
│更新日時:  2010-12-28 20:53:22 +0900 (火, 28 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
r19773 の修正漏れ
 * pref_id -> id


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/html/install/sql/create_table_mysql.sql

変更: branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	2010-12-28 10:24:51 UTC (rev 19779)
+++ branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	2010-12-28 11:53:22 UTC (rev 19780)
@@ -879,7 +879,7 @@
     id smallint NOT NULL,
     name text,
     rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (pref_id)
+    PRIMARY KEY (id)
 ) TYPE=InnoDB;
 
 CREATE TABLE mtb_permission (




Svn-src-all メーリングリストの案内