sql/update_db_00_03_to_00_04.1.sql
author durandn
Thu, 09 Apr 2015 12:58:31 +0200
changeset 1363 a8f354a9b8e4
parent 24 57a2650a7f87
permissions -rw-r--r--
Changed json.py to ldt_json.py due to import problem with python json module that now replace django simplejon + started replacing "mimetype" in httpresponses (deprecated) with "content-type" + added fields to forms that didn't declare fields as it's now required by django

ALTER TABLE ldt_utils_media
   ADD COLUMN mimetype_field character varying(512);