diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-23 22:34:17 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-23 22:34:17 +0100 |
| commit | fb91063b330773cce91d5324cb2b4986de2e3a08 (patch) | |
| tree | f657f3ce31fbd23c5e5fd27b352ec58518708ef8 /cli | |
| parent | 5b2eaa8a3bb48fbfb352ae75157d7794ecf79741 (diff) | |
hover
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/commands/admin/migrate_to_mysql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/admin/migrate_to_mysql.py b/cli/commands/admin/migrate_to_mysql.py index 60e92eb..9ad0f15 100644 --- a/cli/commands/admin/migrate_to_mysql.py +++ b/cli/commands/admin/migrate_to_mysql.py @@ -117,4 +117,4 @@ def make_classes(Base): created_at = Column(UtcDateTime(), default=utcnow()) updated_at = Column(UtcDateTime(), onupdate=utcnow()) - return [ Graph, Page, Tile, Upload ] + return [ Graph, Page, Tile ] #, Upload ] |
