Robin S Posted August 27, 2016 Posted August 27, 2016 Not just page IDs but template IDs, field IDs, etc. If I delete a page (template, field, etc) is the ID of that page released back for re-use or can I be sure that the ID will never be used for a new page in the future? 1
cstevensjr Posted August 27, 2016 Posted August 27, 2016 I don't believe any of these IDs are reused. 3
adrian Posted August 27, 2016 Posted August 27, 2016 The ID field of the pages, templates, and fields database tables has AUTO_INCREMENT applied to them, so I unless you manually adjusted that, I think there should be no chance of reuse. I don't think PW has any specific checks, but the database itself should make sure there is no reuse unless you mess with things. 4
Robin S Posted August 27, 2016 Author Posted August 27, 2016 I figured that would be the case. Thanks for confirming.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now