a.binder 8 lat temu
rodzic
commit
cfcdab814b

+ 3 - 1
SE/schema/ant-object/default_db.BI_audit_ENERGA_RUM_UMOWY/BI_audit_ENERGA_RUM_UMOWY/BI_audit_ENERGA_RUM_UMOWY.xsd

@@ -170,6 +170,8 @@
             id="A_RUM_UMOWY___d4e5138-1_Data_obowi"/>
             id="A_RUM_UMOWY___d4e5138-1_Data_obowi"/>
          <xs:element name="Data_obowiazywania_umowy_wykonawczej_do" type="xs:string"
          <xs:element name="Data_obowiazywania_umowy_wykonawczej_do" type="xs:string"
             id="A_RUM_UMOWY___d4e5139-1_Data_obowi"/>
             id="A_RUM_UMOWY___d4e5139-1_Data_obowi"/>
+         <xs:element name="Data_rozwiazania_umowy" type="xs:date"/>
+         <xs:element name="Data_wypowiedzenia_umowy" type="xs:date"/>
          <xs:element name="A_RECORD_CREATE_DATE" type="xs:dateTime"
          <xs:element name="A_RECORD_CREATE_DATE" type="xs:dateTime"
             id="A_RUM_UMOWY___d5e5410-1_A_RECORD_C"/>
             id="A_RUM_UMOWY___d5e5410-1_A_RECORD_C"/>
          <xs:element name="A_RECORD_CREATE_AUTHOR" type="xs:string"
          <xs:element name="A_RECORD_CREATE_AUTHOR" type="xs:string"
@@ -185,7 +187,7 @@
             id="A_RUM_UMOWY___d4e5052-1_A_ADkontr">
             id="A_RUM_UMOWY___d4e5052-1_A_ADkontr">
             <xs:annotation>
             <xs:annotation>
                <xs:appinfo>
                <xs:appinfo>
-                  <system_cache__appinfo:flat_relation_cache >
+                  <system_cache__appinfo:flat_relation_cache>
                      <system_cache__appinfo:source system_cache__appinfo:ref_engine="table"/>
                      <system_cache__appinfo:source system_cache__appinfo:ref_engine="table"/>
                   </system_cache__appinfo:flat_relation_cache>
                   </system_cache__appinfo:flat_relation_cache>
                </xs:appinfo>
                </xs:appinfo>

+ 1 - 1
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -2785,7 +2785,7 @@ function INSTALL_SES_PROCESY_A() {
 
 
 		$CONNTEST = DB::getDB('test_db');
 		$CONNTEST = DB::getDB('test_db');
 
 
-		$CONNTEST->query('drop database test');
+		$CONNTEST->query('drop   database test');
 		$CONNTEST->query('create database test');
 		$CONNTEST->query('create database test');
 		$exec='php -r"include(\''.$INSTALL_ROOT.'/superedit-SQIX_STRUCTURE_DB_SYNC.php\') ; SQIX_STRUCTURE_DB_SYNC(\'default_db\',\'default_db\',0,\'WYSLIJ_DO_BAZY\',\'CREATE_ZASOBY_STRUCTURES_CONFIG\'); " '.$_SERVER['SERVER_NAME'].' FILTR';	 //fresh create structures
 		$exec='php -r"include(\''.$INSTALL_ROOT.'/superedit-SQIX_STRUCTURE_DB_SYNC.php\') ; SQIX_STRUCTURE_DB_SYNC(\'default_db\',\'default_db\',0,\'WYSLIJ_DO_BAZY\',\'CREATE_ZASOBY_STRUCTURES_CONFIG\'); " '.$_SERVER['SERVER_NAME'].' FILTR';	 //fresh create structures
 	 	exec($exec,$out,$exit);
 	 	exec($exec,$out,$exit);