Skip to content

Commit f3a6499

Browse files
committed
test CI
1 parent a7e3013 commit f3a6499

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

migrations/20250723145429_add_index_on_address.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CREATE INDEX IF NOT EXISTS contract_deployments_address ON contract_deployments
33

44
-- migrate:down
55
DROP INDEX IF EXISTS contract_deployments_address;
6+
DROP TABLE not_existing;

0 commit comments

Comments
 (0)