Revision 12212
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/runscripts/validations.pg.sql.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
# syncs validations queries with the DB |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/file.pg.sql.run |
|
4 |
|
|
5 |
if self_not_included; then |
|
6 |
|
|
7 |
func_override export___schema.pg.sql.run |
|
8 |
export_() # usage: rm=1 .../file.run export_ |
|
9 |
{ echo_func; export___schema.pg.sql.run --table='*._\d*' "$@"; } |
|
10 |
|
|
11 |
fi |
|
0 | 12 |
Also available in: Unified diff
added lib/runscripts/validations.pg.sql.run