diff options
Diffstat (limited to 'docs/version_db_auth.md')
| -rw-r--r-- | docs/version_db_auth.md | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/docs/version_db_auth.md b/docs/version_db_auth.md index f2ba4dc..2bb9da7 100644 --- a/docs/version_db_auth.md +++ b/docs/version_db_auth.md @@ -8,21 +8,29 @@ |--------------------|--------------|------------|-----|------|---------|-------|---------| | [sql_rev][1] | VARCHAR(100) | | PRI | NO | | | | | [required_rev][2] | VARCHAR(100) | | MUL | YES | | | | -| [2020_02_07_00][3] | bit(1) | | | YES | | | | +| [date][3] | VARCHAR(50) | | | YES | | | | +| [2021_06_17_00][4] | BIT(1) | | | YES | | | | -[1]: #sql_rev -[2]: #required_rev -[3]: #2020_02_07_00 +[1]: #sqlrev +[2]: #requiredrev +[3]: #date +[4]: #2021061700 + +**Description of the fields** ### sql_rev +SQL review. + ### required_rev -### 2020_02_07_00 +### date + +Sql revisions date. + +### 2021_06_17_00 + +The date of the last update to the auth database. -### Example +**Note** this column changes automatically according to the last update of the auth database. -| sql_rev | required_rev | 2020_02_07_00 | -|---------------------|--------------|---------------| -| 1554142988374631100 | | | -| 1579213352894781043 | | | |
