Files
fleet/changes
Zach Wasserman a2e9b539a1 Optimize policy_updated_at migration (#2362)
- Use `TRUNCATE TABLE` rather than `DELETE FROM` for improved performance.
- Move DDL statement after truncate to avoid issues with retries (due to
  column already being created).

#2360
2021-10-05 09:24:03 -07:00
..
2021-09-28 14:05:25 -07:00
2021-10-03 11:15:58 -07:00