Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the length of the amt_hit description field #227

Open
disperse opened this issue Sep 4, 2020 · 0 comments
Open

Increase the length of the amt_hit description field #227

disperse opened this issue Sep 4, 2020 · 0 comments
Assignees
Labels

Comments

@disperse
Copy link
Contributor

disperse commented Sep 4, 2020

1024 is too short for some users.

CREATE TABLE AMT_HITS(
ID IDENTITY NOT NULL,
CREATION_DATE TIMESTAMP,
REQUEST_ID VARCHAR(255),
IS_VALID VARCHAR(255),
HIT_ID VARCHAR(255),
TITLE VARCHAR(255),
DESCRIPTION VARCHAR(1024),

@disperse disperse added the v2.4 label Sep 4, 2020
@disperse disperse self-assigned this Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant