UPGRADE NOTES: base_template
========================================

< 1.20

Add the field 'last_update' to the 'template' table.

 (MySQL)
   ALTER TABLE template ADD last_update INT NULL

 (PostgreSQL)
   ALTER TABLE template ADD last_update INT NULL

The field will be populated as you update templates, or you can run:

  $ oi_manage update_object --website_dir=/path/to/mysite --object=template

