orchid-orm 1.63.2 → 1.63.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2030,7 +2030,7 @@ const getColumnDbTypeForComparison = (column, currentSchema) => {
2030
2030
  return `"${type.slice(j)}"."${type.slice(0, j)}"${append}`;
2031
2031
  }
2032
2032
  };
2033
- const freezeSqlClock = (sql) => sql.replaceAll("clock_timestamp()", "now()");
2033
+ const freezeSqlClock = (sql) => sql.replaceAll("clock_timestamp()", `'0.1ms'::interval + now()`);
2034
2034
  const applyCompareSql = async (compareSql, adapter) => {
2035
2035
  if (compareSql.expressions.length) {
2036
2036
  const {