Currently, the datetime is a standard MySQL datetime field. However, we have items that happen quickly and the datetime field doesn't reflect quick changes, especially in the _audit tables. Can we change the datetime to be datetime(3) which will capture…
Schedulers execute based on the timezone associated with the System Administrator. If we set a Scheduler to be executed at
Min: 30
Hour: 06
Date: *
Month: *
Day: 1-5
This means this should be executed at 6:30 a.m. Monday - Friday.
However…
I'm working on a method to replace the OOTB filesystem storage with Azure Blob Storage. Do you know if anybody has done this before? Could you share your code, issues faced, etc? BTW this is on-premise not Sugar Cloud if that makes a difference