Removed redundant scripts after adding ${TRUE} and ${FALSE} variable substitution

- Most PostgreSQL scripts differed only by boolean values
 - Removed reference to non-existent dialect, org.hibernate.dialect.AlfrescoSQLServerDialect
 - Some minor patch cleanup to aid file diffs


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17095 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-10-22 15:56:46 +00:00
parent fd738ed890
commit 05fbb7836f
6 changed files with 7 additions and 7 deletions

View File

@@ -13,5 +13,5 @@ insert into alf_applied_patch
values
(
'patch.db-V1.4-TxnCommitTimeIndex', 'Executed script AlfrescoSchemaUpdate-1.4-TxnCommitTimeIndex.sql',
0, 75, -1, 76, null, 'UNKOWN', 1, 1, 'Script completed'
0, 75, -1, 76, null, 'UNKOWN', ${TRUE}, ${TRUE}, 'Script completed'
);