Completed
Push — master ( 2867c5...18d669 )
by Nicolas
08:20 queued 04:11
created
fields/field.entry_relationship.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -1508,6 +1508,9 @@  discard block
 block discarded – undo
1508 1508
 			return true;
1509 1509
 		}
1510 1510
 		
1511
+		/**
1512
+		 * @return string
1513
+		 */
1511 1514
 		public static function update_103()
1512 1515
 		{
1513 1516
 			$tbl = self::FIELD_TBL_NAME;
@@ -1519,6 +1522,9 @@  discard block
 block discarded – undo
1519 1522
 			return Symphony::Database()->query($sql);
1520 1523
 		}
1521 1524
 		
1525
+		/**
1526
+		 * @return string
1527
+		 */
1522 1528
 		public static function update_200()
1523 1529
 		{
1524 1530
 			$tbl = self::FIELD_TBL_NAME;
@@ -1540,6 +1546,9 @@  discard block
 block discarded – undo
1540 1546
 			return Symphony::Database()->query($sql);
1541 1547
 		}
1542 1548
 		
1549
+		/**
1550
+		 * @return string
1551
+		 */
1543 1552
 		public static function update_2008()
1544 1553
 		{
1545 1554
 			$tbl = self::FIELD_TBL_NAME;
Please login to merge, or discard this patch.