How to find if a confluence space is using a global or local theme. Is it possible to do this through database scripts for all or few spaces.
Hi Abhishek,
You can perform the following query against your database to see space name and space type :
select spacename , spacetype from spaces
Cheers,
Saleh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.