Revert "Hash key for plugin store table and limit plugin ID length (#7915)" (#7931)

This reverts commit c3af878573.
Этот коммит содержится в:
Christopher Speller
2017-12-01 23:20:11 -08:00
коммит произвёл GitHub
родитель c3af878573
Коммит 81c1fad4d4
6 изменённых файлов: 17 добавлений и 35 удалений

Просмотреть файл

@@ -3559,12 +3559,16 @@
"translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "app.plugin.activate.app_error",
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
"id": "app.plugin.prepackaged.app_error",
"translation": "Prepackaged plugins cannot be modified."
},
{
"id": "app.plugin.id_length.app_error",
"translation": "Plugin Id must be less than {{.Max}} characters."
"id": "app.plugin.key_value.set.app_error",
"translation": "Unable to set key value. See detailed error for more information."
},
{
"id": "app.plugin.activate.app_error",
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
"id": "app.plugin.config.app_error",