port 4.1: migrate field type text to string

This commit is contained in:
aina-esokia
2019-01-11 14:45:33 +04:00
parent 8c41dc28c7
commit d2bdd2ed4a
11 changed files with 70 additions and 10 deletions

View File

@@ -100,7 +100,6 @@ class databox_field implements cache_cacheableInterface
protected $original_dces;
protected $aggregable;
const TYPE_TEXT = "text";
const TYPE_DATE = "date";
const TYPE_STRING = "string";
const TYPE_NUMBER = "number";