• How can we implement datetime(3) for all datetime values?

    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…
  • Execution of Schedulers in UTC?

    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…
  • Replace filesystem upload with Azure Blob Service

    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