mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
More property DAO changes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15652 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,12 +44,13 @@ CREATE TABLE alf_prop_serializable_value
|
||||
CREATE TABLE alf_prop_value
|
||||
(
|
||||
id BIGINT NOT NULL AUTO_INCREMENT,
|
||||
actual_type_id BIGINT NOT NULL,
|
||||
persisted_type TINYINT NOT NULL,
|
||||
long_value BIGINT NOT NULL,
|
||||
INDEX idx_alf_prop_val (persisted_type, long_value),
|
||||
INDEX idx_alf_prop_per (persisted_type, long_value),
|
||||
INDEX idx_alf_prop_act (actual_type_id, long_value),
|
||||
PRIMARY KEY (id)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
--
|
||||
-- Record script finish
|
||||
--
|
||||
|
Reference in New Issue
Block a user