Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add `action_org_created_at_index` to `actions` table for optimized querying by `organization_id` and `created_at`. > > - **Database Migration**: > - Adds Alembic migration `2025_01_29_0723-43edb82cf7a9_add_action_org_created_at_index.py` to create `action_org_created_at_index` on `actions` table. > - Index is created concurrently with a 1-hour statement timeout. > - **Model Changes**: > - Updates `ActionModel` in `models.py` to include `action_org_created_at_index` on `organization_id` and `created_at` (descending). > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for d69dd71f9574507efe8e5a396497bf81ae3cc7f5. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information