Skip to content

Commit 4e0586a

Browse files
authored
Merge pull request #1426 from 0chain/feat/name-limit
Increse file name limit to 150
2 parents e1543b4 + 8505fc9 commit 4e0586a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- +goose Up
2+
-- +goose StatementBegin
3+
ALTER TABLE reference_objects ALTER COLUMN name TYPE character varying(150),
4+
ALTER COLUMN name SET NOT NULL;
5+
-- +goose StatementEnd

0 commit comments

Comments
 (0)