Changeset: 5c7d5fdbc2b4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5c7d5fdbc2b4
Modified Files:
        sql/backends/monet5/sql_upgrades.c
Branch: Sep2022
Log Message:

Add a missing cascade.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_upgrades.c 
b/sql/backends/monet5/sql_upgrades.c
--- a/sql/backends/monet5/sql_upgrades.c
+++ b/sql/backends/monet5/sql_upgrades.c
@@ -378,7 +378,7 @@ sql_update_storagemodel(Client c, mvc *s
        /* new 75_storagemodel.sql */
        pos += snprintf(buf + pos, bufsize - pos,
                /* drop objects in reverse order of original creation of old 
75_storagemodel.sql */
-               "drop view if exists sys.tablestoragemodel;\n"
+               "drop view if exists sys.tablestoragemodel cascade;\n"
                "drop view if exists sys.storagemodel cascade;\n"
                "drop function if exists sys.storagemodel() cascade;\n");
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to