From a8f9720b480373805aced3c4511e21c1c5fe668a Mon Sep 17 00:00:00 2001 From: xiaodino Date: Wed, 1 May 2024 00:03:10 -0700 Subject: [PATCH] Update --- .../blobstorage/migrations/16667_create_blob_hashes_table.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/blobstorage/migrations/16667_create_blob_hashes_table.sql b/packages/blobstorage/migrations/16667_create_blob_hashes_table.sql index 96b2e35ed9..2db826d750 100644 --- a/packages/blobstorage/migrations/16667_create_blob_hashes_table.sql +++ b/packages/blobstorage/migrations/16667_create_blob_hashes_table.sql @@ -12,8 +12,8 @@ CREATE TABLE IF NOT EXISTS blob_hashes ( ); -- +goose StatementEnd + -- +goose Down --- +goose StatementBegin DROP TABLE IF EXISTS blocks_meta; + DROP TABLE IF EXISTS blob_hashes; --- +goose StatementEnd