Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Oct 4, 2023
1 parent 0363e2d commit 3c5f5c1
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 3c5f5c1

Please sign in to comment.