From 5574b44c986973e88fd3a08f91a76b78248a9a4b Mon Sep 17 00:00:00 2001 From: grimpirate Date: Sat, 18 Feb 2023 16:48:00 -0500 Subject: [PATCH 1/2] Typographic correction. --- user_guide_src/source/dbmgmt/forge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/dbmgmt/forge.rst b/user_guide_src/source/dbmgmt/forge.rst index 21da852e9d4f..668325da0fa4 100644 --- a/user_guide_src/source/dbmgmt/forge.rst +++ b/user_guide_src/source/dbmgmt/forge.rst @@ -198,7 +198,7 @@ you may add them directly in forge: .. literalinclude:: forge/012.php -You can specify the desired action for the "on update" and "on update" properties of the constraint as well as the name: +You can specify the desired action for the "on delete" and "on update" properties of the constraint as well as the name: .. literalinclude:: forge/013.php From 94fe3291561138150f70aba099b938a5feaaf5d1 Mon Sep 17 00:00:00 2001 From: grimpirate Date: Mon, 20 Feb 2023 23:31:09 -0500 Subject: [PATCH 2/2] Update user_guide_src/source/dbmgmt/forge.rst Co-authored-by: kenjis --- user_guide_src/source/dbmgmt/forge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/dbmgmt/forge.rst b/user_guide_src/source/dbmgmt/forge.rst index 668325da0fa4..e55867cc287b 100644 --- a/user_guide_src/source/dbmgmt/forge.rst +++ b/user_guide_src/source/dbmgmt/forge.rst @@ -198,7 +198,7 @@ you may add them directly in forge: .. literalinclude:: forge/012.php -You can specify the desired action for the "on delete" and "on update" properties of the constraint as well as the name: +You can specify the desired action for the "on update" and "on delete" properties of the constraint as well as the name: .. literalinclude:: forge/013.php