Revision 6206
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
421 | 421 |
##### Editing import |
422 | 422 |
|
423 | 423 |
rotate: _always |
424 |
echo "UPDATE party SET organizationname = organizationname||'.$(version)'\
|
|
425 |
WHERE organizationname = '$(datasrc)';"|$(psqlAsBien)
|
|
424 |
echo "UPDATE source SET shortname = shortname||'.$(version)'\
|
|
425 |
WHERE shortname = '$(datasrc)';"|$(psqlAsBien)
|
|
426 | 426 |
|
427 | 427 |
rm: _always |
428 |
echo "DELETE FROM party WHERE organizationname = '$(datasrc)';"|\ |
|
429 |
$(psqlAsBien) |
|
428 |
echo "DELETE FROM source WHERE shortname = '$(datasrc)';"|$(psqlAsBien) |
|
430 | 429 |
|
431 | 430 |
##### Testing |
432 | 431 |
|
Also available in: Unified diff
input.Makefile: Editing import: Updated queries for current schema