Project

General

Profile

« Previous | Next » 

Revision 13370

bugfix: inputs/input.Makefile: validations.sql must be in a subdir so it won't get run by sql/install

View differences:

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