Revision 12851
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/runscripts/datasrc_dir.run | ||
---|---|---|
29 | 29 |
import() |
30 | 30 |
{ |
31 | 31 |
begin_target |
32 |
if remaking; then datasrc_make uninstall; fi
|
|
32 |
if remaking; then schema/rm; fi
|
|
33 | 33 |
if ! pg_schema_exists; then # uses $schema |
34 |
datasrc_make schema
|
|
34 |
schema/make
|
|
35 | 35 |
datasrc_make sql/install </dev/null |
36 | 36 |
# </dev/null because for datasources w/o SQL files, cat will try to |
37 | 37 |
# read from stdin |
Also available in: Unified diff
lib/runscripts/datasrc_dir.run: import(): use new schema/make, schema/rm