Derek Hulley 95bfde2d56 Changed 'version' column from TINYINT to SMALLINT
- Tables are 'alf_prop_root' and 'alf_audit_app'
 - Added property test to update past the SMALLINT rollover to test reversion to 0
 - To modify your tables (not absolutely necessary)
   alter table alf_audit_app modify version SMALLINT NOT NULL;
   alter table alf_prop_root modify version SMALLINT NOT NULL;


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-09-16 16:55:37 +00:00
..
2009-08-20 11:01:19 +00:00
2009-09-08 09:55:22 +00:00
2009-09-08 09:55:22 +00:00
2009-09-15 14:41:43 +00:00
2009-09-08 15:13:00 +00:00
2009-03-12 21:48:15 +00:00
2009-08-21 09:31:13 +00:00
2009-06-26 12:47:58 +00:00
2009-08-20 11:01:19 +00:00
2009-03-12 14:50:03 +00:00
2009-08-29 17:09:02 +00:00
2009-08-18 17:45:05 +00:00
2009-07-16 10:45:35 +00:00
2009-09-02 11:27:55 +00:00
2009-06-26 08:48:25 +00:00
2009-03-13 00:51:43 +00:00
2009-09-05 11:22:10 +00:00
2009-09-02 09:25:50 +00:00
2009-06-26 12:47:58 +00:00
2009-08-20 11:01:19 +00:00
2009-09-02 09:22:14 +00:00