Bug 1770986 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looks like these tables were missing:
```
focus_android_derived.clients_last_seen_joined_v1
klar_android_derived.clients_last_seen_joined_v1
```
I have just created them. I think this should unblock views deploy.
Looks like these tables were missing:
```
focus_android_derived.clients_last_seen_joined_v1
klar_android_derived.clients_last_seen_joined_v1
```
I have just created them. I think this should unblock views deploy.

Points to revisit for long term solution:
* clients_last_seen_joined_v1 tables do not have init queries generated
* clients_last_seen_joined views generation seem to be missing a check for existence of referenced tables

Back to Bug 1770986 Comment 3