Revision 4254
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
161 | 161 |
|
162 | 162 |
##### Staging tables installation |
163 | 163 |
|
164 |
install: _always schema $(tables:%=%/install) ;
|
|
164 |
install: _always schema $(allTables:%=%/install) ;
|
|
165 | 165 |
|
166 | 166 |
uninstall: _always rm_schema ; |
167 | 167 |
# rm_schema will also drop all staging tables |
Also available in: Unified diff
input.Makefile: Staging tables installation: Install all tables, not just those present in import_order.txt. This will later allow staging tables to be derived by joining together other staging tables, which themselves are not imported but still need to be installed.