You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/06 13:15:11 UTC

[GitHub] [incubator-devlake] likyh commented on issue #2977: [Bug][gitlab] CollectApiJobsMeta in gitlab cannot run on Postgres

likyh commented on issue #2977:
URL: https://github.com/apache/incubator-devlake/issues/2977#issuecomment-1238135987

   Must change type to `float8` on db.
   But it cannot cast automatically.
   
   So we should choose:
   1. just drop and add column.
   2. judge which db is and write some specific SQL to update them.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org