diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-05 15:42:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 21:42:49 +0200 |
| commit | 419e2ab2ff9fce4399f3ec969d88a66c8341117f (patch) | |
| tree | 47a684c33f7c0a21d34ae88553579d107ba3dcc5 /docs/version_db_auth.md | |
| parent | e996716ad4b66b4d40e44123711a738789b9a2b8 (diff) | |
| download | wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.tar.gz wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.tar.bz2 wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.zip | |
chore: update some auth-related files (#573)
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 | | | |
