You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/01 21:43:00 UTC

[06/10] guacamole-manual git commit: GUACAMOLE-363: Remove unnecessary upgrade block.

GUACAMOLE-363: Remove unnecessary upgrade block.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/2301b398
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/2301b398
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/2301b398

Branch: refs/heads/staging/0.9.14
Commit: 2301b398bd1f223549ece67b4b59f7fc6cafe23b
Parents: afdd4f7
Author: Nick Couchman <vn...@apache.org>
Authored: Sun Dec 31 11:33:37 2017 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun Dec 31 11:33:37 2017 -0500

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/2301b398/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml
index d699f2f..e57ce02 100644
--- a/src/chapters/jdbc-auth.xml
+++ b/src/chapters/jdbc-auth.xml
@@ -385,18 +385,6 @@ The new rule has been bound to column(s) of the specified user data type.</compu
             </informalexample>
             <para>If the operation is successful, the tables and permissions have been created successfully, and you
                 can now use the database with the Guacamole client web application.</para>
-            <important xml:id="jdbc-auth-sqlserver-upgrade">
-                <para>If you are upgrading from an older version of Guacamole and were already using
-                    SQL Server, you may need to run one or more database schema upgrade scripts
-                    located within the <filename>schema/upgrade/</filename> directory. Each of these
-                    scripts is named
-                        <filename>upgrade-pre-<replaceable>VERSION</replaceable>.sql</filename>
-                    where <replaceable>VERSION</replaceable> is the version of Guacamole where those
-                    changes were introduced. They need to be run when you are upgrading from a
-                    version of Guacamole older than <replaceable>VERSION</replaceable>.</para>
-                <para>SQL Server support was added in version <replaceable>VERSION</replaceable>, so, at the time of this
-                    version of the manual, there are no upgrade scripts available.</para>
-            </important>
         </section>
     </section>
     <section xml:id="jdbc-auth-installation">