summaryrefslogtreecommitdiff
path: root/docs/SQL-Versioning.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-05-13 19:39:13 +0200
committerGitHub <noreply@github.com>2020-05-13 19:39:13 +0200
commit7048c66f61258b0110158bc8868a8e198f1a2a7c (patch)
treed9001eb6a4283779283d56b72371a3076e8ee65f /docs/SQL-Versioning.md
parent3eb6b77e754033d609e4819cda549d3927b9d1c9 (diff)
downloadwiki-7048c66f61258b0110158bc8868a8e198f1a2a7c.tar.gz
wiki-7048c66f61258b0110158bc8868a8e198f1a2a7c.tar.bz2
wiki-7048c66f61258b0110158bc8868a8e198f1a2a7c.zip
fix(SQL): Update files concerning SQL (#224)
Diffstat (limited to 'docs/SQL-Versioning.md')
-rw-r--r--docs/SQL-Versioning.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/SQL-Versioning.md b/docs/SQL-Versioning.md
index ed6eaa6..e8aee90 100644
--- a/docs/SQL-Versioning.md
+++ b/docs/SQL-Versioning.md
@@ -12,13 +12,10 @@ In order to achieve this, we use a specific **convention for file names** and we
### File names
-The format we use to name sql update files is: **YYY_MM_DD_XX.sql**
+The file name should not be renamed and should be kept as the name `creat_sql.sh` has created for the file.
-where:
-- **YYYY** -> year
-- **MM** -> month
-- **DD** -> day
-- **XX** -> an incremental number starting from 00 to uniquely identify different files of the same day
+The file name will look like this:
+`rev_XXXXXXXXXXXXXXXXXXX`
### SQL Header