Index: branches/version-2_12-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	(revision 21502)
+++ branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	(revision 21512)
@@ -1126,5 +1126,5 @@
     compliant_version varchar(255),
     plugin_description varchar(255),
-    rank int NOT NULL DEFAULT 0,
+    priority int NOT NULL DEFAULT 0,
     enable smallint NOT NULL DEFAULT 0,
     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
Index: branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	(revision 21502)
+++ branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	(revision 21512)
@@ -1126,5 +1126,5 @@
     compliant_version text,    
     plugin_description text,
-    rank int NOT NULL DEFAULT 0,
+    priority int NOT NULL DEFAULT 0,
     enable smallint NOT NULL DEFAULT 0,
     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
