We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e3013 commit f3a6499Copy full SHA for f3a6499
1 file changed
migrations/20250723145429_add_index_on_address.sql
@@ -3,3 +3,4 @@ CREATE INDEX IF NOT EXISTS contract_deployments_address ON contract_deployments
3
4
-- migrate:down
5
DROP INDEX IF EXISTS contract_deployments_address;
6
+DROP TABLE not_existing;
0 commit comments