diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-01-17 00:38:23 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-13 17:29:46 +0100 |
commit | 345812e3944ce61d23a1f1912594d48a938cab39 (patch) | |
tree | e7e7bfb1c8087fca1ac86deeaec08261a2b7cb4e | |
parent | Add view that unions all the deliveries along with their type ids (diff) | |
download | p2pvr-345812e3944ce61d23a1f1912594d48a938cab39.tar.bz2 p2pvr-345812e3944ce61d23a1f1912594d48a938cab39.tar.xz p2pvr-345812e3944ce61d23a1f1912594d48a938cab39.zip |
Don't bother with permissions
-rw-r--r-- | p2pvr/datasources/schema.sql | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/p2pvr/datasources/schema.sql b/p2pvr/datasources/schema.sql index 446906d..6e7d43c 100644 --- a/p2pvr/datasources/schema.sql +++ b/p2pvr/datasources/schema.sql @@ -643,16 +643,6 @@ ALTER TABLE ONLY transportstreams -- --- Name: public; Type: ACL; Schema: -; Owner: - --- - -REVOKE ALL ON SCHEMA public FROM PUBLIC; -REVOKE ALL ON SCHEMA public FROM postgres; -GRANT ALL ON SCHEMA public TO postgres; -GRANT ALL ON SCHEMA public TO PUBLIC; - - --- -- PostgreSQL database dump complete -- |