From 185887cf15389d69763b01c70ffb8f4c5afb74c0 Mon Sep 17 00:00:00 2001 From: Amit Gupta <68336854+sfc-gh-amgupta@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:28:22 -0500 Subject: [PATCH] Update and rename 1-install-sp.sql to 1-prereq_sp_install.sql file rename --- .../sharewatch/{1-install-sp.sql => 1-prereq_sp_install.sql} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename samples/streamlit-in-snowflake/sharewatch/{1-install-sp.sql => 1-prereq_sp_install.sql} (99%) diff --git a/samples/streamlit-in-snowflake/sharewatch/1-install-sp.sql b/samples/streamlit-in-snowflake/sharewatch/1-prereq_sp_install.sql similarity index 99% rename from samples/streamlit-in-snowflake/sharewatch/1-install-sp.sql rename to samples/streamlit-in-snowflake/sharewatch/1-prereq_sp_install.sql index 392e36a..375535b 100644 --- a/samples/streamlit-in-snowflake/sharewatch/1-install-sp.sql +++ b/samples/streamlit-in-snowflake/sharewatch/1-prereq_sp_install.sql @@ -2,7 +2,7 @@ Script: Share Watch 1.0 Install Create Date: 2023-01-04 Author: Amit Gupta, Fady Heiba -Description: Script installs objects and stored procedures for share watch app. Execute this file as is +Description: Pre-requsite script installs objects and stored procedures for share watch app. Execute this file as is Requires accountadmin role ************************************************************************************************************* SUMMARY OF CHANGES