documentation.txt 416 B

1234567891011121314
  1. Any cummulative SQL update should be named like that:
  2. YYYYMMDDupdate(_s).sql
  3. For example, if only one update is done in a single day, let's say on January 1, 2008, then the
  4. file shall be named:
  5. 20080101update.sql
  6. However, if a more than one updates are all done on the same day, a sequence number will be added:
  7. 20080101update.sql
  8. 20080101update_1.sql
  9. 20080101update_2.sql
  10. 20080101update_3.sql
  11. etc...