Project

General

Profile

« Previous | Next » 

Revision 12544

fix: schemas/vegbien.sql: public_validations: schema comment: removed incorrect "" in `SET search_path = "public_validations", pg_catalog;` now that they are no longer auto-added

View differences:

vegbien.sql
26 26
to sync the queries with schemas/vegbien.sql:
27 27
SELECT public_validations.rm_all_queries();
28 28
run the portion of schemas/vegbien.sql from
29
SET search_path = "public_validations", pg_catalog;
29
SET search_path = public_validations, pg_catalog;
30 30
to the last _* view
31 31
';
32 32

  

Also available in: Unified diff