Changes between Version 2 and Version 3 of Ticket #23541


Ignore:
Timestamp:
Sep 22, 2014, 9:32:18 PM (10 years ago)
Author:
Aryeh Hillman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23541 – Description

    v2 v3  
    1 Django migrations are wonderful, but I have found a bug. Here's how to reproduce (there is probably a more minimal case):
     1Django migrations are wonderful, but I believe I have found a bug. The essence of what I am trying to do here: rename all tables starting with the name "hello" (i.e. hello_1, hello2_, hello_3, ...) to start with the name "goodbye (goodbye_1, goodbye_2, goodbye_3, ...), which could be very helpful when renaming an application.
    22
    3 1. Install this function at a shell for PostgreSQL
     3Here's how to reproduce (there is probably a more minimal case):
     4
     51. Install this function at a shell for PostgreSQL (very handy for
    46
    57{{{
Back to Top