From 7048c66f61258b0110158bc8868a8e198f1a2a7c Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 13 May 2020 19:39:13 +0200 Subject: fix(SQL): Update files concerning SQL (#224) --- docs/SQL-Versioning.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'docs/SQL-Versioning.md') 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 -- cgit