• Resolved Cash1337

    (@cash1337)


    Hey,
    I just bought your Pro version. I wanted to ask you how I can remove/restart/clean database? I’ve made some rating forms for tests and now new forms are having high IDs, even if I have removed previous form. So now I have default form with ID 1, but when Im creating new one the ID is 7. I want it to be ID 2 – how can I do it? Thanks

    https://ww.wp.xz.cn/plugins/multi-rating/

Viewing 1 replies (of 1 total)
  • Plugin Author dpowney

    (@dpowney)

    The rating form ids are generated from the database table automatically. You could try executing a database query to restart it at 2 but I haven’t tested this so please take caution.

    ALTER TABLE table_name AUTO_INCREMENT = 2;

    Change table_name to the rating forms table.

Viewing 1 replies (of 1 total)

The topic ‘Removing IDs from database’ is closed to new replies.