Remove update of container_registry_token_expire_delay
This is not needed when we specify a default.
This commit is contained in:
parent
f27daddfc6
commit
000585be1b
1 changed files with 0 additions and 3 deletions
|
@ -5,8 +5,5 @@ class AddContainerRegistryTokenExpireDelayToApplicationSettings < ActiveRecord::
|
|||
|
||||
def change
|
||||
add_column :application_settings, :container_registry_token_expire_delay, :integer, default: 5
|
||||
|
||||
# Set expire delay to 5 minutes for existing settings
|
||||
execute("update application_settings set container_registry_token_expire_delay = 5")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue