Revision 13370
Added by Aaron Marcuse-Kubitza almost 11 years ago
input.Makefile | ||
---|---|---|
487 | 487 |
# must be in input.Makefile instead of table.run because some datasources that |
488 | 488 |
# we validate still use old-style import |
489 | 489 |
|
490 |
validate/install: _always validations.sql/run ; |
|
490 |
# validations.sql must be in a subdir so it won't get run by sql/install |
|
491 |
validate/install: _always verify/validations.sql/run ; |
|
491 | 492 |
|
492 | 493 |
validate: _always |
493 | 494 |
echo "SELECT remake_diff_tables('$(datasrc)');"\ |
Also available in: Unified diff
bugfix: inputs/input.Makefile: validations.sql must be in a subdir so it won't get run by sql/install