aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/db-migrator-smoke.rst
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2022-04-12 11:23:22 +0100
committerlapentafd <francesco.lapenta@est.tech>2022-04-12 12:17:54 +0100
commit45ce655d0a7a1568e3518bc968f968a41688f99d (patch)
treecb952120e4bbef766e296969834f77963f389333 /docs/development/devtools/db-migrator-smoke.rst
parent4236d55e6df1c17318995a65ad0a6e9411462456 (diff)
Fix typos in policy docs devtools
Update images names, that were not displaying Issue-ID: POLICY-3941 Signed-off-by: lapentafd <francesco.lapenta@est.tech> Change-Id: I85115478f285028ad02644614bee9c0f7f178206
Diffstat (limited to 'docs/development/devtools/db-migrator-smoke.rst')
-rw-r--r--docs/development/devtools/db-migrator-smoke.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/development/devtools/db-migrator-smoke.rst b/docs/development/devtools/db-migrator-smoke.rst
index 54673779..74b8eddd 100644
--- a/docs/development/devtools/db-migrator-smoke.rst
+++ b/docs/development/devtools/db-migrator-smoke.rst
@@ -1,4 +1,4 @@
-.. This work is licensed under a Creative Commons Attribution
+.. This work is licensed under a Creative Commons Attribution
.. 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
@@ -317,7 +317,7 @@ Modify db_migrator_policy_init.sh - remove any lines referencing upgrade and add
Make/Redeploy to run downgrade
-Check the tables to ensure the number records is the same.
+Check the tables to ensure the number of records is the same.
.. code::
:number-lines:
@@ -374,7 +374,7 @@ Modify db_migrator_policy_init.sh - remove any lines referencing downgrade and a
Make/Redeploy to run upgrade
-Check the tables to ensure the number records is the same.
+Check the tables to ensure the number of records is the same.
.. code::
:number-lines:
@@ -414,7 +414,7 @@ Check the pdp table to ensure the LASTUPDATE column has been added and the value
- 0900
.. note::
- The number of records added may vary depnding on the number of retries.
+ The number of records added may vary depending on the number of retries.
With addition of Postgres support to db-migrator, these tests can be also performed on a Postgres version of database.
In addition, scripts running the aforementioned scenarios can be found under `smoke-tests` folder on db-migrator code base.