Skip to content
  • Z.J. van de Weg's avatar
    Prevent NULL values on ci_variables columns · 38388338
    Z.J. van de Weg authored
    To be more specific; key, and project_id. If either of these is
    NULL its wrong, because:
    
    1. storing a key value pair without key is just plain wrong
    2. all variables should belong to a project
    
    Non of these cases existed on the staging database.
    38388338