Changes between Version 142 and Version 143 of RemovingTheMagic


Ignore:
Timestamp:
May 6, 2006, 2:17:57 PM (18 years ago)
Author:
eugene@…
Comment:

fixed nasty typo in MySQL code

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v142 v143  
    115115DROP TABLE packages;
    116116ALTER TABLE django_content_type CHANGE package app_label VARCHAR(100) NOT NULL,
    117   CHANGE python_module_name module VARCHAR(100) NOT NULL;
     117  CHANGE python_module_name model VARCHAR(100) NOT NULL;
    118118ALTER TABLE auth_permission ADD COLUMN content_type_id INTEGER;
    119119}}}
Back to Top