Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Semprini authored Jul 21, 2024
1 parent 5710ab1 commit 172384a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"file": "FileField",
"float": "FloatField",
"date": "DateField",
"Date": "DateField",
"dateTime": "DateTimeField",
"datetime": "DateTimeField",
"date_time": "DateTimeField",
Expand Down Expand Up @@ -114,6 +115,7 @@
"CHAR": "str",
"TIMESTAMP": "datetime",
"Timestamp": "datetime",
"Date": "date",
"DATE": "date",
"INTEGER": "int",
"VARCHAR": "str",
Expand Down

0 comments on commit 172384a

Please sign in to comment.