Changes between Version 49 and Version 50 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
09/12/10 10:11:15 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v49 v50  
    5656We use Web2Py's CRUD to handle this for us.
    5757
    58 Add this reusable field to each table which needs protecting (in {{{models/module.py}}}):
    59 {{{
    60 timestamp
    61 }}}
     58Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{models/module.py}}}):
     59
    6260
    6361=== Synchronization ===