Revision 13372
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/.TNRS/schema.sql.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/schema.pg.sql.run |
3 |
.rel ../../lib/runscripts/in_datasrc_dir.run |
trunk/inputs/.TNRS/data.sql.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/data.pg.sql.run |
3 |
.rel ../../lib/runscripts/in_datasrc_dir.run |
|
3 | 4 |
|
4 | 5 |
if self_not_included; then |
5 | 6 |
|
trunk/lib/runscripts/validations.pg.sql.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
# syncs validations queries with the DB |
3 | 3 |
. "$(dirname "${BASH_SOURCE[0]}")"/file.pg.sql.run |
4 |
.rel in_datasrc_dir.run |
|
4 | 5 |
|
5 | 6 |
if self_not_included; then |
6 | 7 |
|
trunk/lib/runscripts/file.pg.sql.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/import.run |
3 |
.rel in_datasrc_dir.run |
|
4 | 3 |
|
5 | 4 |
# syncs a SQL script with the DB |
6 | 5 |
|
Also available in: Unified diff
fix: lib/runscripts/file.pg.sql.run: removed include of in_datasrc_dir.run, because this location does not apply to all .sql export scripts