Subversion Repositories SmartDukaan

Rev

Rev 36650 | Rev 36681 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

UPDATE auth.menu
SET display_text = 'Lead Visits'
WHERE action_class = 'visit-approvals';

ALTER TABLE user.beat
    ADD UNIQUE KEY uk_beat_user_name (auth_user_id, name);

INSERT INTO auth.menu (display_text, description, parent_menu_id, sequence, action_class)
VALUES ('Beat Day View', 'View all beats running for a user on a date', 175, 6, 'beat-plan-dayview');

INSERT INTO auth.menu (display_text, description, parent_menu_id, sequence, action_class)
VALUES ('Base Location', 'Manage auth user base/home locations', 175, 7, 'base-location');