Browse Source

update

git-svn-id: http://10.4.3.168:50001/svn/Furnace@109 dbcde07d-dcf5-c148-8a84-ac3097b7778e
Jiangjinyuan 1 month ago
parent
commit
2adb7ce262
1 changed files with 5 additions and 5 deletions
  1. 5 5
      FrameworkLocal/Common/DBCore/DatabaseTable.cs

+ 5 - 5
FrameworkLocal/Common/DBCore/DatabaseTable.cs

@@ -151,11 +151,11 @@ namespace MECF.Framework.Common.DBCore
                 {"start_time", typeof(DateTime) },
             });
 
-            //DB.CreateTableColumn("schedule_maintenance", new Dictionary<string, Type>()
-            //{
-            //      {"association_process_recipeName", typeof(string) },
-            //      {"addition_information_display_supplement", typeof(string) },
-            //});
+            DB.CreateTableColumn("schedule_maintenance", new Dictionary<string, Type>()
+            {
+                  {"association_process_recipeName", typeof(string) },
+                  {"addition_information_display_supplement", typeof(string) },
+            });
         }
     }
 }