User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:db_schema

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:db_schema [2016/01/04 12:39] – [UpdateFunction] added examples dregadmantisbt:db_schema [2016/01/04 12:53] (current) – [Introduction] added wrap dregad
Line 10: Line 10:
   - An array of **parameters** to be passed to the function.   - An array of **parameters** to be passed to the function.
  
-**The integrity of the schema relies on strict ordering of this array.**+<WRAP important round> 
 +**The schema's integrity relies on strict ordering of this array.**
  
   * ONLY ADD NEW CHANGES TO THE END OF THE TABLE!!!\\ Always specify the schema step (array key), for documentation purposes   * ONLY ADD NEW CHANGES TO THE END OF THE TABLE!!!\\ Always specify the schema step (array key), for documentation purposes
   * NEVER SKIP AN INDEX IN THE SEQUENCE!!!   * NEVER SKIP AN INDEX IN THE SEQUENCE!!!
 +</WRAP>
  
 //Release markers// are placed right AFTER the last schema step that is included in the corresponding release: //Release markers// are placed right AFTER the last schema step that is included in the corresponding release:
Line 92: Line 94:
 ==== null ==== ==== null ====
  
-No-op upgrade step.+No-op upgrade step. The installer will do nothing.
  
 This is used to skip the step while maintaining the upgrade sequence, e.g. when an operation becomes obsolete or doesn't apply for specific cases. This is used to skip the step while maintaining the upgrade sequence, e.g. when an operation becomes obsolete or doesn't apply for specific cases.
  
mantisbt/db_schema.1451929175.txt.gz · Last modified: 2016/01/04 12:39 by dregad

Driven by DokuWiki