Revision 2977
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
225 | 225 |
schemas/rotate-only: _always |
226 | 226 |
echo 'ALTER SCHEMA public RENAME TO "public.$(date)";'|$(psqlAsBien) |
227 | 227 |
|
228 |
empty_db: _always schemas/vegbien_empty.sql |
|
229 |
@$(confirmRmPublicSchema) |
|
230 |
$(psqlAsBien) <schemas/vegbien_empty.sql |
|
231 |
|
|
232 | 228 |
### py_functions |
233 | 229 |
|
234 | 230 |
schemas/py_functions/install: schemas/py_functions.sql _always |
Also available in: Unified diff
main Makefile: Removed empty_db, because `make schemas/reinstall` has the same effect and is simpler