Revision 12672
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
39 | 39 |
DROP TYPE public_validations."values__~type._view_name" CASCADE; |
40 | 40 |
CREATE TYPE public_validations."values__~type._view_name" AS (value_cols); |
41 | 41 |
SELECT public_validations.remake_diff_table(''"datasource"._view_name''); |
42 |
|
|
43 |
to reset the key and value columns for all validations queries: |
|
44 |
SELECT public_validations.rm_output_queries(); |
|
45 |
sync the queries with schemas/vegbien.sql, as described above |
|
46 |
SELECT public_validations.remake_diff_tables(); |
|
42 | 47 |
'; |
43 | 48 |
|
44 | 49 |
|
Also available in: Unified diff
schemas/vegbien.sql: schema comment: documented how to reset the key and value columns for all validations queries