Removing TIME, at least for now

This commit is contained in:
Darin Kelkhoff
2021-11-28 21:40:22 -06:00
parent c58aa7c77d
commit e399b9aa4f

View File

@ -10,7 +10,7 @@ public enum QFieldType
INTEGER,
DECIMAL,
DATE,
TIME,
// TIME,
DATE_TIME,
TEXT,
HTML,