Skip to content

Commit

Permalink
commment out
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Aug 7, 2023
1 parent bdb15ef commit 88a84cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion myuw/models/campus_building.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ def __str__(self):

class Meta:
app_label = 'myuw'
db_table = "campusbuilding"
# db_table = "myuw_campusbuilding"
# would cause a rename of table

0 comments on commit 88a84cf

Please sign in to comment.