Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Oct 6, 2023
1 parent 6871a74 commit b852320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/migrations/20231004_timeframe_none_to_auto.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE agent_retrieval_configurations
SET "relativeTimeFrame" = 'auto'
WHERE "relativeTimeFrame" = 'none';

0 comments on commit b852320

Please sign in to comment.