Skip to content

Commit

Permalink
fix torii db patch for upgrade to dojo alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Sep 11, 2024
1 parent 78abcff commit 35138b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/scripts/create_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;"


# ---------------------------------------------------
Expand Down

0 comments on commit 35138b3

Please sign in to comment.