Actions
Bug #1873
closedToo tight limit on domain characters count
Description
We have awfully long domain names. Foreman seems to not like it either
x PG::Error: ERROR: value too long for type character varying(32) : INSERT INTO "domains" ("created_at", "name", "updated_at", "dns_id", "fullname") VALUES ('2012-09-25 06:44:44.616460', 'beryllium.xxx.xxx.xxx.xxx.redhat.com', '2012-09-25 06:44:44.616460', 1, 'beryllium.xxx.xxx.xxx.xxx.redhat.com') RETURNING "id"
I already seen some issues of this sort with another DB column. I would vote to review the limits. Or should 32 characters be enough for everybody?
Updated by Ohad Levy over 12 years ago
- Category set to DB migrations
- Assignee set to Hannes Schaller
- Target version set to 1.1
Updated by Hannes Schaller over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions