Hello,
in our LS CE installation (v. 3.15) we have many surveys but we need to keep just five of them on top of the survey list. Since we don't want to rename them and sort, I think I could just update the mysql table that lies under the hood as follows:
update lime_surveys set datecreated=("2099-01-01") where sid in (<SID LIST>);
No, change them as you see fit, it doesn't affect anything except for the view of the survey list. For example, if you want to re-open an old survey, you may want that pinned to the top of the list.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.