Mailing List Archive

CVS commit: rt
Module Name: rt
Committed By: jesse
Date: Sun Sep 17 23:21:43 UTC 2000

Modified Files:
rt/etc: schema.Oracle schema.mysql
rt/lib/RT: ACE.pm ACL.pm Scrip.pm User.pm

Log Message:
Ugh. Mysql isn't respecting SQL92 reserved words. which meant that I didn't
notice that I was using "Type" and "Action" in my schema.
This required a bit of churn to the ACE and User modules.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 rt/etc/schema.Oracle
cvs rdiff -u -r1.1.2.111 -r1.1.2.112 rt/etc/schema.mysql
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 rt/lib/RT/ACE.pm
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 rt/lib/RT/ACL.pm
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 rt/lib/RT/Scrip.pm
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 rt/lib/RT/User.pm