You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// If true (the default), on startup the application will attempt to automatically install its
52
+
/// required tables into the target database. If disabled, you are required to install the tables yourself
53
+
/// using the <see href="https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer/blob/master/src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/SqlServer/install.sql">install.sql</see>
54
+
/// script in this project's repository, changing the @SCHEMA_NAME, @MESSAGE_TABLE_COUNT,
55
+
/// and @MESSAGE_TABLE_NAME variables to match your configuration.
56
+
/// </para>
57
+
/// </summary>
58
+
publicboolAutoInstallSchema{get;set;}=true;
59
+
49
60
/// <summary>
50
61
/// Flag enum that specifies the allowed modes for retrieving messages from SQL Server. Default Auto.
0 commit comments