From bb80b7787a35d22238e8bced23912045075e9ef7 Mon Sep 17 00:00:00 2001 From: Amigo <49749100+aamigo@users.noreply.github.com> Date: Fri, 26 Jul 2019 11:35:40 +0200 Subject: [PATCH] Updated 037 Auto create SQL updates for Componets in JCB (markdown) --- 037-Auto-create-SQL-updates-for-Componets-in-JCB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/037-Auto-create-SQL-updates-for-Componets-in-JCB.md b/037-Auto-create-SQL-updates-for-Componets-in-JCB.md index b7374ff..271ec1f 100644 --- a/037-Auto-create-SQL-updates-for-Componets-in-JCB.md +++ b/037-Auto-create-SQL-updates-for-Componets-in-JCB.md @@ -10,7 +10,7 @@ I would like to demonstrate one of the latest features that has been added to JC [00:00:38](https://www.youtube.com/watch?v=bRPJTRat158&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h00m38s) -On the installation of the component, for example, as is done with JCB, it builds the tables for those views on installation. So if you go to the back end of the component, and create a new item, it stores the value in the database, that it can be retrieved. [00:01:17](https://www.youtube.com/watch?v=bRPJTRat158&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h01m17s) As a developer make a change to this component which involves new tables, extra script need to be added to the components package upon installation. If it finds that there is already an existing component, it will update the database accordingly to the new settings, the new tables or any fields added. <<<<<<<<<< +On the installation of the component, for example, as is done with JCB, it builds the tables for those views on installation. So if you go to the back end of the component, and create a new item, it stores the value in the database, that it can be retrieved. [00:01:17](https://www.youtube.com/watch?v=bRPJTRat158&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h01m17s) As a developer make a change to this component which involves new tables, extra script need to be added to the components package upon installation. If it finds that there is already an existing component, it will update the database accordingly to the new settings, the new tables or any fields added. ### Manually Adding New SQL Statements