]> source.dussan.org Git - nextcloud-server.git/commit
Ensure string column limit of 4.000 characters
authorJoas Schilling <coding@schilljs.com>
Wed, 23 Mar 2022 14:04:18 +0000 (15:04 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 25 Mar 2022 11:44:51 +0000 (12:44 +0100)
commit129bae62d42d58166f51d8f7167b00b4761d60c5
tree5697ac7f02294a3ffbfbc94474dc64ff79596b20
parentc407bb978684f00ce07a4f168d3e380da3812028
Ensure string column limit of 4.000 characters

https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/datatype-limits.html#GUID-963C79C9-9303-49FE-8F2D-C8AAF04D3095

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/DB/MigrationService.php
tests/lib/DB/MigrationsTest.php