diff --git a/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php b/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php index 7be7e155d8..4781af7f0b 100644 --- a/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php +++ b/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php @@ -70,7 +70,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration /** * This method returns the correct database expression for either - * mysql or sqlite depending on the driver being used. + * mysql, postgres, or sqlite depending on the driver being used. */ private function eolUpdateExpression(): Expression {