Selaa lähdekoodia

fix(postgres): fix longtext

version-14
Rushabh Mehta 6 vuotta sitten
vanhempi
commit
ecc3bb59eb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      frappe/database/postgres/database.py

+ 2
- 2
frappe/database/postgres/database.py Näytä tiedosto

@@ -40,8 +40,8 @@ class PostgresDatabase(Database):
'Long Text': ('text', ''),
'Code': ('text', ''),
'Text Editor': ('text', ''),
'Markdown Editor': ('longtext', ''),
'HTML Editor': ('longtext', ''),
'Markdown Editor': ('text', ''),
'HTML Editor': ('text', ''),
'Date': ('date', ''),
'Datetime': ('timestamp', None),
'Time': ('time', '6'),


Ladataan…
Peruuta
Tallenna