• Michael Kozono's avatar
    Add default to authorized_keys_enabled setting · 00236339
    Michael Kozono authored
    Reminder: The original migration was fixed retroactively a few commits ago, so people who did not ever run GitLab 9.3.0 already have a column that defaults to true and disallows nulls. I have tested on PostgreSQL and MySQL that it is safe to run this migration regardless.
    
    Affected customers who did run 9.3.0 are the ones who need this migration to fix the authorized_keys_enabled column.
    
    The reason for the retroactive fix plus this migration is that it allows us to run a migration in between to fix the authorized_keys file only for those who ran 9.3.0.
    00236339
schema.rb 82.1 KB