Mass Delete Reputation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bonjurkes
    Senior Member
    • Apr 2005
    • 257
    • 3.6.x

    Mass Delete Reputation?

    I want to clear everyones reputation so we can start from 0. Is there a way that i can do like that?
  • Lats
    Senior Member
    • Mar 2002
    • 3671

    #2
    Short query...
    Code:
    TRUNCATE TABLE reputation
    Lats...

    Comment

    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #3
      You should run the rebuild reputation counter after you empty the table.

      Comment

      • albrens
        Member
        • Dec 2002
        • 77
        • 4.0.0

        #4
        Originally posted by Lats
        Short query...
        Code:
        TRUNCATE TABLE reputation
        thank you Lats
        http://www.albrens.com

        Comment

        • albrens
          Member
          • Dec 2002
          • 77
          • 4.0.0

          #5
          but also I want to empty everyone current reputation power.
          http://www.albrens.com

          Comment

          • Lats
            Senior Member
            • Mar 2002
            • 3671

            #6
            Try this...
            Code:
            UPDATE
                user
            SET
                reputation = 0
            Lats...

            Comment

            • albrens
              Member
              • Dec 2002
              • 77
              • 4.0.0

              #7
              Originally posted by Lats
              Try this...
              Code:
              UPDATE
                  user
              SET
                  reputation = 0
              Lats,

              Thank you very much
              http://www.albrens.com

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...