Follow-up on merge of ALF-3683 and replace all "'UNKNOWN', 1, 1" with "'UNKNOWN', ${TRUE}, ${TRUE}"

- Also fix typo "UNKOWN"


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20827 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-06-25 20:55:21 +00:00
parent 9991e4d7f4
commit 0caec0a33c
21 changed files with 52 additions and 52 deletions

View File

@@ -73,5 +73,5 @@ INSERT INTO alf_applied_patch
VALUES
(
'patch.db-V3.3-modify-index-permission_id', 'Remove context_id from the permission_id unique index (as it always contains null and therefore has no effect)',
0, 4102, -1, 4103, null, 'UNKOWN', 1, 1, 'Script completed'
0, 4102, -1, 4103, null, 'UNKNOWN', ${TRUE}, ${TRUE}, 'Script completed'
);