Revision 2901
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
221 | 221 |
@$(confirmRmPublicSchema) |
222 | 222 |
echo $(rmPublicSchema)|$(psqlAsBien) |
223 | 223 |
|
224 |
schemas/rotate: _always schemas/rotate-only schemas/install ; |
|
224 |
schemas/rotate: _always schemas/rotate-only schemas/public/install ;
|
|
225 | 225 |
schemas/rotate-only: _always |
226 | 226 |
echo 'ALTER SCHEMA public RENAME TO "public.$(date)";'|$(psqlAsBien) |
227 | 227 |
|
Also available in: Unified diff
main Makefile: schemas/rotate: Fixed bug where needed to run schemas/public/install, not full schemas/install, after renaming public schema