From f5050253469fc0961c02deec0e698ad62bdd9de5 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 8 Apr 2020 09:09:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- db/structure.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'db/structure.sql') diff --git a/db/structure.sql b/db/structure.sql index 6f3c271a0db..a284d001ee5 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -397,7 +397,8 @@ CREATE TABLE public.application_settings ( email_restrictions text, npm_package_requests_forwarding boolean DEFAULT true NOT NULL, namespace_storage_size_limit bigint DEFAULT 0 NOT NULL, - seat_link_enabled boolean DEFAULT true NOT NULL + seat_link_enabled boolean DEFAULT true NOT NULL, + container_expiration_policies_enable_historic_entries boolean DEFAULT false NOT NULL ); CREATE SEQUENCE public.application_settings_id_seq @@ -13001,6 +13002,7 @@ COPY "schema_migrations" (version) FROM STDIN; 20200330121000 20200330123739 20200330132913 +20200331195952 20200331220930 20200402123926 20200402135250 -- cgit v1.2.1