summaryrefslogtreecommitdiff
path: root/heat/db/sqlalchemy/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/db/sqlalchemy/types.py')
-rw-r--r--heat/db/sqlalchemy/types.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/db/sqlalchemy/types.py b/heat/db/sqlalchemy/types.py
index 723d0bc4e..39766b893 100644
--- a/heat/db/sqlalchemy/types.py
+++ b/heat/db/sqlalchemy/types.py
@@ -21,6 +21,7 @@ loads = jsonutils.loads
class LongText(types.TypeDecorator):
+
impl = types.Text
def load_dialect_impl(self, dialect):
@@ -42,6 +43,7 @@ class Json(LongText):
class List(types.TypeDecorator):
+
impl = types.Text
def load_dialect_impl(self, dialect):