#!/bin/bash
# Revert script for /mnt/wsl/docker-desktop-bind-mounts/Ubuntu/dc8692554200610fd11a3ad9455306e8752a5559fd668d748dfcb77d85b3be23/migrations/001_add_agent_indexes.sql
set -euo pipefail

echo "Reverting file: /mnt/wsl/docker-desktop-bind-mounts/Ubuntu/dc8692554200610fd11a3ad9455306e8752a5559fd668d748dfcb77d85b3be23/migrations/001_add_agent_indexes.sql"
cp "/mnt/wsl/docker-desktop-bind-mounts/Ubuntu/dc8692554200610fd11a3ad9455306e8752a5559fd668d748dfcb77d85b3be23/.backups/unknown/1764013538_278f3dff5a029ac7fda2869b019b5118/original" "/mnt/wsl/docker-desktop-bind-mounts/Ubuntu/dc8692554200610fd11a3ad9455306e8752a5559fd668d748dfcb77d85b3be23/migrations/001_add_agent_indexes.sql"
echo "✅ File reverted successfully"
