| 36644 |
ranu |
1 |
UPDATE auth.menu
|
|
|
2 |
SET display_text = 'Lead Visits'
|
|
|
3 |
WHERE action_class = 'visit-approvals';
|
|
|
4 |
|
|
|
5 |
ALTER TABLE user.beat
|
| 36650 |
ranu |
6 |
ADD UNIQUE KEY uk_beat_user_name (auth_user_id, name);
|
|
|
7 |
|
|
|
8 |
INSERT INTO auth.menu (display_text, description, parent_menu_id, sequence, action_class)
|
| 36655 |
ranu |
9 |
VALUES ('Beat Day View', 'View all beats running for a user on a date', 175, 6, 'beat-plan-dayview');
|
|
|
10 |
|
|
|
11 |
INSERT INTO auth.menu (display_text, description, parent_menu_id, sequence, action_class)
|
|
|
12 |
VALUES ('Base Location', 'Manage auth user base/home locations', 175, 7, 'base-location');
|