diff --git a/model/Models/Database.cs b/model/Models/Database.cs index e92d9015..38c8ad6c 100644 --- a/model/Models/Database.cs +++ b/model/Models/Database.cs @@ -60,18 +60,16 @@ public Database(string name, IList filteredTypes = null) public const string SqlRegularIdentifierRegex = @"(?!\d)[\w@$#]+"; // see rules for regular identifiers here https://msdn.microsoft.com/en-us/library/ms175874.aspx - public static readonly string AutoGenerateComment = String.Format( - @"/*---------------------------------------------------------------------------- + public const string AutoGenerateComment = @"/*---------------------------------------------------------------------------- This file was generated by schemazen. - Date: {0} Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. ----------------------------------------------------------------------------*/ -", DateTime.Today.ToString("MM-dd-yyyy")); +"; #region " Properties "