blob: a1f46db3f294f4d5b450f8543505019dab8e46e6 [file] [log] [blame]
-- noinspection SqlDialectInspectionForFile
-- noinspection SqlNoDataSourceInspectionForFile
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET row_security = off;
CREATE DATABASE edgex WITH TEMPLATE = template0 ENCODING = 'UTF8';
ALTER DATABASE edgex OWNER TO postgres;