]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- add missing eventum_history_type = scm_checkin_associated
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Jan 2005 11:48:15 +0000 (11:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-scm_checkin_associated.patch -> 1.1

eventum-scm_checkin_associated.patch [new file with mode: 0644]

diff --git a/eventum-scm_checkin_associated.patch b/eventum-scm_checkin_associated.patch
new file mode 100644 (file)
index 0000000..016ab3f
--- /dev/null
@@ -0,0 +1,10 @@
+--- eventum-1.4/setup/schema.sql~      2005-01-05 01:06:07.000000000 +0200
++++ eventum-1.4/setup/schema.sql       2005-01-24 13:45:36.000000000 +0200
+@@ -108,6 +108,7 @@
+ INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'phone_entry_added', htt_role = 4;\r
+ INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'phone_entry_removed', htt_role = 4;\r
+ INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'scm_checkin_removed';\r
++INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'scm_checkin_associated';\r
+ INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'email_associated';\r
+ INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'email_disassociated';\r
+ INSERT INTO %TABLE_PREFIX%history_type SET htt_name = 'email_sent';\r
This page took 0.037511 seconds and 4 git commands to generate.