Completed
Pull Request — master (#28364)
by Victor
10:39
created
lib/private/DB/OCPostgreSqlPlatform.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -74,6 +74,10 @@
 block discarded – undo
74 74
 				&& $column->getAutoincrement();
75 75
 	}
76 76
 	
77
+	/**
78
+	 * @param TableDiff $diff
79
+	 * @param string $name
80
+	 */
77 81
 	private function findColumnDiffByName($diff, $name){
78 82
 		foreach ($diff->changedColumns as $columnDiff){
79 83
 			$oldColumnName = $columnDiff->getOldColumnName()->getQuotedName($this);
Please login to merge, or discard this patch.