Index: branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 20439)
+++ branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 20566)
@@ -787,5 +787,5 @@
     disp_name text,
     rank int,
-	rw_flg smallint DEFAULT 1,
+    rw_flg smallint DEFAULT 1,
     status smallint NOT NULL DEFAULT 1,
     create_date timestamp NOT NULL DEFAULT now(),
Index: branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 20439)
+++ branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 20566)
@@ -787,5 +787,5 @@
     disp_name text,
     rank int,
-	rw_flg smallint DEFAULT 1,
+    rw_flg smallint DEFAULT 1,
     status smallint NOT NULL DEFAULT 1,
     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
