I have a client who's running an old (4.0.3) version of Umbraco, and has problems with a regularly crashing app pool. I think it may be related to the 'publish at' bug in Umbraco in this version, so I wondered if it's possible to quickly see if any of the nodes have been set to be published at a particular date. I was hoping to just run a database query on all nodes with this field set, but I can't seem to find the table in which the publish at data is stored.
Can anyone suggest how to identify any nodes that have this property set? The site has hundreds of pages so I'd rather not check individually!
Where is 'publish at' stored?
Hi,
I have a client who's running an old (4.0.3) version of Umbraco, and has problems with a regularly crashing app pool. I think it may be related to the 'publish at' bug in Umbraco in this version, so I wondered if it's possible to quickly see if any of the nodes have been set to be published at a particular date. I was hoping to just run a database query on all nodes with this field set, but I can't seem to find the table in which the publish at data is stored.
Can anyone suggest how to identify any nodes that have this property set? The site has hundreds of pages so I'd rather not check individually!
Thanks
Never mind, think I have it - it's the 'ReleaseDate' field in the Document table.
is working on a reply...