Skip to content

Commit

Permalink
Merge pull request #1426 from 0chain/feat/name-limit
Browse files Browse the repository at this point in the history
Increse file name limit to 150
  • Loading branch information
dabasov authored May 23, 2024
2 parents e1543b4 + 8505fc9 commit 4e0586a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions goose/migrations/1716455063_ref_name_length.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- +goose Up
-- +goose StatementBegin
ALTER TABLE reference_objects ALTER COLUMN name TYPE character varying(150),
ALTER COLUMN name SET NOT NULL;
-- +goose StatementEnd

0 comments on commit 4e0586a

Please sign in to comment.