• Reuben Pereira's avatar
    Update readers of projects.container_registry_enabled · d1e8a0f6
    Reuben Pereira authored
    Update readers of projects.container_registry_enabled to read
    project_features.container_registry_access_level.
    
    Writers will continue writing to projects.container_registry_enabled.
    The before_update callback on the Project model and the before_create
    on ProjectFeature model will copy the value to
    project_features.container_registry_access_level.
    d1e8a0f6
project.rb 93.5 KB