Files
danbooru/app/views
evazion 91fca27126 db: fix types of various string columns.
Fix various columns to be either `character varying` or `text`,
depending on what kind of text is stored in the column. `text` is used
for columns that contain free-form natural language, like pool and forum
topic titles, while `character varying` is used for short strings that
don't contain free-form text, like URLs and status fields.

Both types are treated the same by Postgres; the only difference is how
we treat them in Rails. In edit forms, `text` fields use multi-line
textboxes, while `character varying` fields use single-line inputs. And
during search, we allow `text` fields to be searched using full-text
search, but not `character varying` fields.
2022-09-22 01:48:21 -05:00
..
2021-01-16 03:32:11 -06:00
2022-09-17 21:32:26 -05:00
2022-09-17 23:30:13 -05:00
2022-09-17 21:32:26 -05:00
2022-07-05 00:54:38 -05:00
2022-01-25 19:42:24 +00:00
2022-01-28 04:13:22 -06:00
2022-09-17 21:32:26 -05:00
2022-09-12 00:28:26 -05:00
2022-09-17 21:32:26 -05:00
2022-09-17 23:30:13 -05:00