Closed Bug 516736 Opened 15 years ago Closed 15 years ago

Run SQL patch on SUMO stage

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jsocol, Assigned: fox2mike)

Details

Can we get the SQL in https://bugzilla.mozilla.org/attachment.cgi?id=387750 run on support-stage? Thanks!
Yes you can! :p

mysql> INSERT INTO `users_permissions` (
    -> `permName` ,`permDesc` ,`level` ,`type` ,`admin`
    -> )
    -> VALUES (
    -> 'tiki_p_forum_detach_own_posts', 'Can detach own forum posts', 'registered', 'forums', NULL
    -> ), (
    -> 'tiki_p_detach_comments', 'Can detach all comments', 'editors', 'comments', NULL
    -> );
Query OK, 2 rows affected (0.04 sec)
Records: 2  Duplicates: 0  Warnings: 0

Done.
Assignee: server-ops → shyam
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.