1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test/dummy
Ryuta Kamizono 1745e905a3 Allow changing text and blob size without giving the limit option
In MySQL, the text column size is 65,535 bytes by default (1 GiB in
PostgreSQL). It is sometimes too short when people want to use a text
column, so they sometimes change the text size to mediumtext (16 MiB) or
longtext (4 GiB) by giving the `limit` option.

Unlike MySQL, PostgreSQL doesn't allow the `limit` option for a text
column (raises ERROR: type modifier is not allowed for type "text").
So `limit: 4294967295` (longtext) couldn't be used in Action Text.

I've allowed changing text and blob size without giving the `limit`
option, it prevents that migration failure on PostgreSQL.
2019-01-29 06:49:32 +09:00
..
app Move all npm packages to @rails scope 2019-01-10 11:01:57 -05:00
bin Import Action Text 2019-01-04 22:22:49 -05:00
config Changed webserver to web server. 2019-01-22 21:11:03 +05:30
db Allow changing text and blob size without giving the limit option 2019-01-29 06:49:32 +09:00
lib/assets Import Action Text 2019-01-04 22:22:49 -05:00
log Import Action Text 2019-01-04 22:22:49 -05:00
public Import Action Text 2019-01-04 22:22:49 -05:00
storage Import Action Text 2019-01-04 22:22:49 -05:00
tmp Import Action Text 2019-01-04 22:22:49 -05:00
.babelrc Import Action Text 2019-01-04 22:22:49 -05:00
.postcssrc.yml Import Action Text 2019-01-04 22:22:49 -05:00
config.ru Import Action Text 2019-01-04 22:22:49 -05:00
package.json Import Action Text 2019-01-04 22:22:49 -05:00
Rakefile Import Action Text 2019-01-04 22:22:49 -05:00
yarn.lock Import Action Text 2019-01-04 22:22:49 -05:00