[otrs-cvs] otrs/Kernel/System DB.pm,1.89,1.90
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Tue May 6 22:35:06 GMT 2008
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv17309/Kernel/System
Modified Files:
DB.pm
Log Message:
Added create and drop of foreign key support.
Author: martin
Index: DB.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DB.pm,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** DB.pm 24 Apr 2008 22:04:12 -0000 1.89
--- DB.pm 6 May 2008 22:35:00 -0000 1.90
***************
*** 766,770 ****
# foreign keys
! elsif ( $Tag->{Tag} eq 'ForeignKey' && $Tag->{TagType} eq 'Start' ) {
push @Table, $Tag;
}
--- 766,770 ----
# foreign keys
! elsif ( $Tag->{Tag} eq 'ForeignKey' || $Tag->{Tag} eq 'ForeignKeyCreate' || $Tag->{Tag} eq 'ForeignKeyDrop' ) {
push @Table, $Tag;
}
More information about the cvs-log
mailing list