Add cdb_analysis_catalog table and first test using source:id

This commit is contained in:
Raul Ochoa
2016-03-14 16:06:25 +01:00
parent eec44dd62d
commit a05f3d6ee9
3 changed files with 112 additions and 0 deletions

View File

@@ -706,3 +706,5 @@ GRANT SELECT ON TABLE analysis_rent_listings TO :PUBLICUSER;
-- PostgreSQL database dump complete
--
--
GRANT SELECT, UPDATE, INSERT, DELETE ON cdb_analysis_catalog TO :TESTUSER;