Closed jonespm closed 1 month ago
Hi @zqian. The idea of this was to prevent Django from trying to creating migration files for this.
There is already a migration to create this view, it was done manually in https://github.com/tl-its-umich-edu/remote-office-hours-queue/blob/master/src/officehours_api/migrations/0025_meeting_start_logs_view.py rather than through Django so this change will have Django ignore this and not try to drop the table.
@jxiao21 This should fix one of the migrations you're seeing. I think the other one is going to require removing bluejeans but I'll have to look more into it.