Page MenuHomeIn-Portal Phabricator

advanced
No OneTemporary

File Metadata

Created
Wed, Feb 12, 4:21 PM

advanced

Index: branches/1.2.x/in-news/_install/install_data.sql
===================================================================
--- branches/1.2.x/in-news/_install/install_data.sql (revision 15001)
+++ branches/1.2.x/in-news/_install/install_data.sql (revision 15002)
@@ -1 +1 @@
-UPDATE Category SET l1_Name = 'News (TD)' WHERE l1_Name = 'News';
\ No newline at end of file
+UPDATE Categories SET l1_Name = 'News (TD)' WHERE l1_Name = 'News';
\ No newline at end of file
Index: branches/1.2.x/in-link/_install/install_data.sql
===================================================================
--- branches/1.2.x/in-link/_install/install_data.sql (revision 15001)
+++ branches/1.2.x/in-link/_install/install_data.sql (revision 15002)
@@ -1 +1 @@
-UPDATE Category SET l1_Name = 'Directory (TD)' WHERE l1_Name = 'Directory';
\ No newline at end of file
+UPDATE Categories SET l1_Name = 'Directory (TD)' WHERE l1_Name = 'Directory';
\ No newline at end of file
Index: branches/1.2.x/in-bulletin/_install/install_data.sql
===================================================================
--- branches/1.2.x/in-bulletin/_install/install_data.sql (revision 15001)
+++ branches/1.2.x/in-bulletin/_install/install_data.sql (revision 15002)
@@ -1 +1 @@
-UPDATE Category SET l1_Name = 'Forums (TD)' WHERE l1_Name = 'Forums';
\ No newline at end of file
+UPDATE Categories SET l1_Name = 'Forums (TD)' WHERE l1_Name = 'Forums';
\ No newline at end of file
Index: branches/1.2.x/_install/install_data.sql
===================================================================
--- branches/1.2.x/_install/install_data.sql (revision 15001)
+++ branches/1.2.x/_install/install_data.sql (revision 15002)
@@ -1 +1 @@
-UPDATE Category SET l1_Name = 'Home' WHERE l1_Name = 'Home';
\ No newline at end of file
+UPDATE Categories SET l1_Name = 'Home' WHERE l1_Name = 'Home';
\ No newline at end of file
Index: branches/1.2.x/in-commerce/_install/install_data.sql
===================================================================
--- branches/1.2.x/in-commerce/_install/install_data.sql (revision 15001)
+++ branches/1.2.x/in-commerce/_install/install_data.sql (revision 15002)
@@ -1 +1 @@
-UPDATE Category SET l1_Name = 'Products (TD)' WHERE l1_Name = 'Products';
\ No newline at end of file
+UPDATE Categories SET l1_Name = 'Products (TD)' WHERE l1_Name = 'Products';
\ No newline at end of file

Event Timeline