Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
Yank UUID extension out for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Sep 27, 2013
1 parent cf565e2 commit db072b0
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions misc/dott-schema.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--
--
-- PostgreSQL database dump
--

Expand Down Expand Up @@ -28,24 +28,6 @@ CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;

COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';


--
-- TOC entry 173 (class 3079 OID 222246)
-- Name: uuid-ossp; Type: EXTENSION; Schema: -; Owner: -
--

CREATE EXTENSION IF NOT EXISTS "uuid-ossp" WITH SCHEMA public;


--
-- TOC entry 2228 (class 0 OID 0)
-- Dependencies: 173
-- Name: EXTENSION "uuid-ossp"; Type: COMMENT; Schema: -; Owner: -
--

COMMENT ON EXTENSION "uuid-ossp" IS 'generate universally unique identifiers (UUIDs)';


SET search_path = public, pg_catalog;

SET default_tablespace = '';
Expand Down

0 comments on commit db072b0

Please sign in to comment.