fix max byte primary keys

This commit is contained in:
Dennis Eichhorn 2020-05-22 22:28:19 +02:00
parent 0da7c17132
commit 999ee50914

View File

@ -799,7 +799,7 @@
},
"settings_module": {
"name": "settings_module",
"type": "VARCHAR(255)",
"type": "VARCHAR(190)",
"default": null,
"null": true,
"foreignTable": "module",