Project

General

Profile

« Previous | Next » 

Revision 12674

fix: schemas/vegbien.sql: schema comment: to reset the key and value columns for all validations queries: updated running of custom keys() functions to use keys() types instead

View differences:

vegbien.sql
28 28
run the portion of schemas/vegbien.sql from
29 29
SET search_path = public_validations, pg_catalog;
30 30
to the last _* view
31
**IMPORTANT**: run every function that matches "CREATE FUNCTION keys("
31
**IMPORTANT**: run every `CREATE TYPE` with a comment containing "custom"
32 32

  
33 33
to remove a validations query so its columns can be changed:
34 34
SELECT public_validations.rm_query_view(''public_validations._view_name'');

Also available in: Unified diff