This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
For a while, cummulative updates were here without a naming convention, just piling.
During the Kamael release we collected them all in a single file (see deprecated).
Any cummulative SQL update from now on, should be named like that:
YYYYMMDDupdate(_s).sql
For example, if only one update is done in a single day, let's say on January 1, 2008, then the
file shall be named:
20080101update.sql
However, if a more than one updates are all done on the same day, a sequence number will be added:
20080101update.sql
20080101update_1.sql
20080101update_2.sql
20080101update_3.sql
etc...