summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-05 00:10:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-05 00:10:39 +0000
commit2b4ad9a839c3c8a99b2a8f5cdcb1f30421f3ff3e (patch)
tree13ab487e9fe46c40dccfbebc22b2fca46cbaf521 /db
parentb3cd77e90438a6c6e837dc27627d4c76f85ecd29 (diff)
downloadgitlab-ce-2b4ad9a839c3c8a99b2a8f5cdcb1f30421f3ff3e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/structure.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/structure.sql b/db/structure.sql
index 11ceb670805..5007801d85e 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -6183,9 +6183,9 @@ ALTER SEQUENCE public.sprints_id_seq OWNED BY public.sprints.id;
CREATE TABLE public.status_page_published_incidents (
id bigint NOT NULL,
- issue_id bigint NOT NULL,
created_at timestamp with time zone NOT NULL,
- updated_at timestamp with time zone NOT NULL
+ updated_at timestamp with time zone NOT NULL,
+ issue_id bigint NOT NULL
);
CREATE SEQUENCE public.status_page_published_incidents_id_seq