소스 검색

update

git-svn-id: http://10.4.3.168:50001/svn/Furnace@109 dbcde07d-dcf5-c148-8a84-ac3097b7778e
Jiangjinyuan 2 달 전
부모
커밋
2adb7ce262
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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) },
+            });
         }
     }
 }