Skip to content
Snippets Groups Projects
Commit 7bdb3780 authored by Patrick Steinhardt's avatar Patrick Steinhardt
Browse files

praefect-schema: Update the Praefect schema

We have changed the Postgres client version due to our update to a more
recent GitLab Build Image, which caused some minor changes in the
Praefect schema. Update the schema to match.
parent f112b59b
Branches pks-gitaly-upgrade-build-image
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ SET row_security = off;
-- Name: praefect_database_schema; Type: DATABASE; Schema: -; Owner: -
--
CREATE DATABASE praefect_database_schema WITH TEMPLATE = template0 ENCODING = 'UTF8' LC_COLLATE = 'en_US.utf8' LC_CTYPE = 'en_US.utf8';
CREATE DATABASE praefect_database_schema WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE = 'en_US.utf8';
\connect praefect_database_schema
......@@ -98,8 +98,6 @@ CREATE FUNCTION public.notify_on_change() RETURNS trigger
SET default_tablespace = '';
SET default_with_oids = false;
--
-- Name: node_status; Type: TABLE; Schema: public; Owner: -
--
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment