Skip to content

Commit

Permalink
unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam committed Nov 29, 2023
1 parent 2f19041 commit 19b5094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions indexer/migrations/20230523_create_schema.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

/*
DO $$
BEGIN
IF NOT EXISTS (SELECT 1 FROM pg_type WHERE typname = 'uint256') THEN
Expand All @@ -12,7 +11,6 @@ BEGIN
CHECK (VALUE >= 0 AND VALUE < POWER(CAST(2 AS NUMERIC), CAST(256 AS NUMERIC)) AND SCALE(VALUE) = 0);
END IF;
END $$;
*/

/**
* BLOCK DATA
Expand Down

0 comments on commit 19b5094

Please sign in to comment.