Skip to content

Commit

Permalink
Included the missing renaming for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Aug 26, 2024
1 parent 79858be commit 101c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GraphicJsonFile(models.Model):
creation_date = models.DateTimeField(auto_now=True, null=True, blank=True)

class Meta:
db_table = "graphic_json_file"
db_table = "dashboard_graphic_json_file"

def __str__(self):
return "%s" % (self.graphic_name)
Expand Down

0 comments on commit 101c75e

Please sign in to comment.