This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] changed Text Editor's mysql type to longtext
version-14
Anand Doshi
10 years ago
parent
f3b37df2dd
commit
d234939cee
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/model/db_schema.py
+ 1
- 1
frappe/model/db_schema.py
View File
@@ -24,7 +24,7 @@ type_map = {
,'Small Text': ('text', '')
,'Long Text': ('longtext', '')
,'Code': ('text', '')
,'Text Editor': ('text', '')
,'Text Editor': ('
long
text', '')
,'Date': ('date', '')
,'Datetime': ('datetime', '6')
,'Time': ('time', '6')
Write
Preview
Loading…
Cancel
Save