Merge pull request #1038 from victorsl/BUG-0000
BUG 0000 "Added index in to LOGIN_LOG table" SOLVED
This commit is contained in:
@@ -12,7 +12,7 @@ include_once 'classes/model/OutputDocumentPeer.php';
|
|||||||
/**
|
/**
|
||||||
* Base class that represents a row from the 'OUTPUT_DOCUMENT' table.
|
* Base class that represents a row from the 'OUTPUT_DOCUMENT' table.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @package workflow.classes.model.om
|
* @package workflow.classes.model.om
|
||||||
*/
|
*/
|
||||||
@@ -163,7 +163,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_uid] column value.
|
* Get the [out_doc_uid] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocUid()
|
public function getOutDocUid()
|
||||||
@@ -174,7 +174,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [pro_uid] column value.
|
* Get the [pro_uid] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getProUid()
|
public function getProUid()
|
||||||
@@ -185,7 +185,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_report_generator] column value.
|
* Get the [out_doc_report_generator] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocReportGenerator()
|
public function getOutDocReportGenerator()
|
||||||
@@ -196,7 +196,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_landscape] column value.
|
* Get the [out_doc_landscape] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocLandscape()
|
public function getOutDocLandscape()
|
||||||
@@ -207,7 +207,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_media] column value.
|
* Get the [out_doc_media] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocMedia()
|
public function getOutDocMedia()
|
||||||
@@ -218,7 +218,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_left_margin] column value.
|
* Get the [out_doc_left_margin] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocLeftMargin()
|
public function getOutDocLeftMargin()
|
||||||
@@ -229,7 +229,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_right_margin] column value.
|
* Get the [out_doc_right_margin] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocRightMargin()
|
public function getOutDocRightMargin()
|
||||||
@@ -240,7 +240,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_top_margin] column value.
|
* Get the [out_doc_top_margin] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocTopMargin()
|
public function getOutDocTopMargin()
|
||||||
@@ -251,7 +251,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_bottom_margin] column value.
|
* Get the [out_doc_bottom_margin] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocBottomMargin()
|
public function getOutDocBottomMargin()
|
||||||
@@ -262,7 +262,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_generate] column value.
|
* Get the [out_doc_generate] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocGenerate()
|
public function getOutDocGenerate()
|
||||||
@@ -273,7 +273,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_type] column value.
|
* Get the [out_doc_type] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocType()
|
public function getOutDocType()
|
||||||
@@ -284,7 +284,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_current_revision] column value.
|
* Get the [out_doc_current_revision] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocCurrentRevision()
|
public function getOutDocCurrentRevision()
|
||||||
@@ -295,7 +295,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_field_mapping] column value.
|
* Get the [out_doc_field_mapping] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocFieldMapping()
|
public function getOutDocFieldMapping()
|
||||||
@@ -306,7 +306,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_versioning] column value.
|
* Get the [out_doc_versioning] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocVersioning()
|
public function getOutDocVersioning()
|
||||||
@@ -317,7 +317,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_destination_path] column value.
|
* Get the [out_doc_destination_path] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocDestinationPath()
|
public function getOutDocDestinationPath()
|
||||||
@@ -328,7 +328,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_tags] column value.
|
* Get the [out_doc_tags] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocTags()
|
public function getOutDocTags()
|
||||||
@@ -339,7 +339,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_pdf_security_enabled] column value.
|
* Get the [out_doc_pdf_security_enabled] column value.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getOutDocPdfSecurityEnabled()
|
public function getOutDocPdfSecurityEnabled()
|
||||||
@@ -350,7 +350,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_pdf_security_open_password] column value.
|
* Get the [out_doc_pdf_security_open_password] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocPdfSecurityOpenPassword()
|
public function getOutDocPdfSecurityOpenPassword()
|
||||||
@@ -361,7 +361,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_pdf_security_owner_password] column value.
|
* Get the [out_doc_pdf_security_owner_password] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocPdfSecurityOwnerPassword()
|
public function getOutDocPdfSecurityOwnerPassword()
|
||||||
@@ -372,7 +372,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [out_doc_pdf_security_permissions] column value.
|
* Get the [out_doc_pdf_security_permissions] column value.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getOutDocPdfSecurityPermissions()
|
public function getOutDocPdfSecurityPermissions()
|
||||||
@@ -383,7 +383,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_uid] column.
|
* Set the value of [out_doc_uid] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -405,7 +405,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [pro_uid] column.
|
* Set the value of [pro_uid] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -427,7 +427,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_report_generator] column.
|
* Set the value of [out_doc_report_generator] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -449,7 +449,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_landscape] column.
|
* Set the value of [out_doc_landscape] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -471,7 +471,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_media] column.
|
* Set the value of [out_doc_media] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -493,7 +493,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_left_margin] column.
|
* Set the value of [out_doc_left_margin] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -515,7 +515,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_right_margin] column.
|
* Set the value of [out_doc_right_margin] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -537,7 +537,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_top_margin] column.
|
* Set the value of [out_doc_top_margin] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -559,7 +559,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_bottom_margin] column.
|
* Set the value of [out_doc_bottom_margin] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -581,7 +581,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_generate] column.
|
* Set the value of [out_doc_generate] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -603,7 +603,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_type] column.
|
* Set the value of [out_doc_type] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -625,7 +625,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_current_revision] column.
|
* Set the value of [out_doc_current_revision] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -647,7 +647,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_field_mapping] column.
|
* Set the value of [out_doc_field_mapping] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -669,7 +669,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_versioning] column.
|
* Set the value of [out_doc_versioning] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -691,7 +691,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_destination_path] column.
|
* Set the value of [out_doc_destination_path] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -713,7 +713,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_tags] column.
|
* Set the value of [out_doc_tags] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -735,7 +735,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_pdf_security_enabled] column.
|
* Set the value of [out_doc_pdf_security_enabled] column.
|
||||||
*
|
*
|
||||||
* @param int $v new value
|
* @param int $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -757,7 +757,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_pdf_security_open_password] column.
|
* Set the value of [out_doc_pdf_security_open_password] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -779,7 +779,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_pdf_security_owner_password] column.
|
* Set the value of [out_doc_pdf_security_owner_password] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -801,7 +801,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the value of [out_doc_pdf_security_permissions] column.
|
* Set the value of [out_doc_pdf_security_permissions] column.
|
||||||
*
|
*
|
||||||
* @param string $v new value
|
* @param string $v new value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
@@ -1038,7 +1038,7 @@ abstract class BaseOutputDocument extends BaseObject implements Persistent
|
|||||||
* an aggreagated array of ValidationFailed objects will be returned.
|
* an aggreagated array of ValidationFailed objects will be returned.
|
||||||
*
|
*
|
||||||
* @param array $columns Array of column names to validate.
|
* @param array $columns Array of column names to validate.
|
||||||
* @return mixed <code>true</code> if all validations pass;
|
* @return mixed <code>true</code> if all validations pass;
|
||||||
array of <code>ValidationFailed</code> objects otherwise.
|
array of <code>ValidationFailed</code> objects otherwise.
|
||||||
*/
|
*/
|
||||||
protected function doValidate($columns = null)
|
protected function doValidate($columns = null)
|
||||||
|
|||||||
@@ -2045,6 +2045,24 @@
|
|||||||
<column name="LOG_END_DATE" type="TIMESTAMP" required="false"/>
|
<column name="LOG_END_DATE" type="TIMESTAMP" required="false"/>
|
||||||
<column name="LOG_CLIENT_HOSTNAME" type="VARCHAR" size="100" required="true" default=""/>
|
<column name="LOG_CLIENT_HOSTNAME" type="VARCHAR" size="100" required="true" default=""/>
|
||||||
<column name="USR_UID" type="VARCHAR" size="32" required="true" default=""/>
|
<column name="USR_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||||
|
<index name="indexLoginLog">
|
||||||
|
<index-column name="USR_UID"/>
|
||||||
|
<index-column name="LOG_INIT_DATE"/>
|
||||||
|
<vendor type="mysql">
|
||||||
|
<parameter name="Table" value="LOGIN_LOG"/>
|
||||||
|
<parameter name="Non_unique" value="1"/>
|
||||||
|
<parameter name="Key_name" value="indexLoginLog"/>
|
||||||
|
<parameter name="Seq_in_index" value="1"/>
|
||||||
|
<parameter name="Column_name" value="USR_UID"/>
|
||||||
|
<parameter name="Collation" value="A"/>
|
||||||
|
<parameter name="Cardinality" value=""/>
|
||||||
|
<parameter name="Sub_part" value=""/>
|
||||||
|
<parameter name="Packed" value=""/>
|
||||||
|
<parameter name="Null" value=""/>
|
||||||
|
<parameter name="Index_type" value="BTREE"/>
|
||||||
|
<parameter name="Comment" value=""/>
|
||||||
|
</vendor>
|
||||||
|
</index>
|
||||||
</table>
|
</table>
|
||||||
<table name="USERS_PROPERTIES">
|
<table name="USERS_PROPERTIES">
|
||||||
<vendor type="mysql">
|
<vendor type="mysql">
|
||||||
|
|||||||
Reference in New Issue
Block a user