Skip to content

Commit

Permalink
Adding missing time tracking category
Browse files Browse the repository at this point in the history
(Logical change 1.277)
  • Loading branch information
jpm committed Sep 10, 2004
1 parent 63621ef commit 414f80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventum/setup/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ INSERT INTO %TABLE_PREFIX%time_tracking_category (ttc_id, ttc_title, ttc_created
INSERT INTO %TABLE_PREFIX%time_tracking_category (ttc_id, ttc_title, ttc_created_date) VALUES (6, 'Tech-Support', NOW());
INSERT INTO %TABLE_PREFIX%time_tracking_category (ttc_id, ttc_title, ttc_created_date) VALUES (7, 'Release', NOW());
INSERT INTO %TABLE_PREFIX%time_tracking_category (ttc_id, ttc_title, ttc_created_date) VALUES (8, 'Telephone Discussion', NOW());
INSERT INTO %TABLE_PREFIX%time_tracking_category (ttc_id, ttc_title, ttc_created_date) VALUES (9, 'Email Discussion', NOW());

DROP TABLE IF EXISTS %TABLE_PREFIX%user;
CREATE TABLE %TABLE_PREFIX%user (
Expand Down

0 comments on commit 414f80c

Please sign in to comment.