Changes between Version 125 and Version 126 of RemovingTheMagic


Ignore:
Timestamp:
Apr 29, 2006, 4:43:33 AM (18 years ago)
Author:
alastair tse
Comment:

changing postgresql migration sql to DROP the correct CONSTRAINT by name rather than $1

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v125 v126  
    176176
    177177ALTER TABLE auth_permission DROP COLUMN package;
    178 ALTER TABLE django_content_type DROP CONSTRAINT "$1";
     178ALTER TABLE django_content_type DROP CONSTRAINT "content_types_package_fkey";
    179179
    180180DROP TABLE packages;
Back to Top