Skip to content

Commit fc18b63

Browse files
committed
move to VARCHAR for postgres
Signed-off-by: Enrique Lacal <[email protected]>
1 parent a468891 commit fc18b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BEGIN;
22
ALTER TABLE contractlisteners ADD COLUMN filters TEXT;
33
-- changing the length of varchar does not affect the index
4-
ALTER TABLE contractlisteners ALTER COLUMN signature TYPE VARCHAR(MAX);
4+
ALTER TABLE contractlisteners ALTER COLUMN signature TYPE VARCHAR;
55
COMMIT;

0 commit comments

Comments
 (0)