diff --git a/contracts/scripts/create_snapshot.sh b/contracts/scripts/create_snapshot.sh index 9cc335c..d37e263 100755 --- a/contracts/scripts/create_snapshot.sh +++ b/contracts/scripts/create_snapshot.sh @@ -198,7 +198,7 @@ pkill -f katana # Patch the torii DB echo "Patching Torii db" -sqlite3 $TORII_DB "UPDATE indexers SET head = 0 WHERE rowid = 1;" +sqlite3 $TORII_DB "UPDATE contracts SET head = 0;" # ---------------------------------------------------