[otrs-cvs] CVS: otrs/scripts/database initial_insert.sql,1.45,1.46
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 3 16:40:07 CEST 2006
Update of /home/cvs/otrs/scripts/database
In directory lancelot:/tmp/cvs-serv31316/scripts/database
Modified Files:
initial_insert.sql
Log Message:
added ticket history type Subscribe and Unsubscribe
Index: initial_insert.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/database/initial_insert.sql,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** initial_insert.sql 28 Mar 2006 05:50:02 -0000 1.45
--- initial_insert.sql 3 Jul 2006 13:40:04 -0000 1.46
***************
*** 6,9 ****
--- 6,12 ----
--
-- $Log$
+ -- Revision 1.46 2006/07/03 13:40:04 martin
+ -- added ticket history type Subscribe and Unsubscribe
+ --
-- Revision 1.45 2006/03/28 05:50:02 martin
-- added responsible notes
***************
*** 569,572 ****
--- 572,584 ----
VALUES
('ResponsibleUpdate', 1, 1, current_timestamp, 1, current_timestamp);
+ INSERT INTO ticket_history_type
+ (name, valid_id, create_by, create_time, change_by, change_time)
+ VALUES
+ ('Subscribe', 1, 1, current_timestamp, 1, current_timestamp);
+ INSERT INTO ticket_history_type
+ (name, valid_id, create_by, create_time, change_by, change_time)
+ VALUES
+ ('Unsubscribe', 1, 1, current_timestamp, 1, current_timestamp);
+
-- article_type
INSERT INTO article_type
More information about the cvs-log
mailing list