diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-17 03:07:10 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-17 03:07:10 +0000 |
| commit | 9bf8cb8d34039f3cef9e1b2f812ce634f2bebe69 (patch) | |
| tree | c1e4d7a8dc008004b3e3861a4d8f6d9439ffabf8 /db/structure.sql | |
| parent | e91080371b32e69d038b3a94261688c09dbcd641 (diff) | |
| download | gitlab-ce-9bf8cb8d34039f3cef9e1b2f812ce634f2bebe69.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/structure.sql')
| -rw-r--r-- | db/structure.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/structure.sql b/db/structure.sql index e8fdacd0ee9..ed00829cb6e 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -11832,6 +11832,7 @@ CREATE TABLE application_settings ( remember_me_enabled boolean DEFAULT true NOT NULL, encrypted_anthropic_api_key bytea, encrypted_anthropic_api_key_iv bytea, + allow_account_deletion boolean DEFAULT true NOT NULL, CONSTRAINT app_settings_container_reg_cleanup_tags_max_list_size_positive CHECK ((container_registry_cleanup_tags_service_max_list_size >= 0)), CONSTRAINT app_settings_container_registry_pre_import_tags_rate_positive CHECK ((container_registry_pre_import_tags_rate >= (0)::numeric)), CONSTRAINT app_settings_dep_proxy_ttl_policies_worker_capacity_positive CHECK ((dependency_proxy_ttl_group_policy_worker_capacity >= 0)), |
