As you have only changed create_views.sql, it looks like
these views (or most of them) are only there for
convenience and not used in the PHP code. If there
are any views used in the PHP code, it would be good
to clarify things (comment in create_views.sql).
Don't forget to keep drop_views.sql in sync.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=30248
More typos:
Use DisconnectedWithNoBill instead of
disconnectwithnobill
Use DisconnectedWithBill instead of
disconnectwithbill
Fix this also in drop_views.sql
Logged In: YES
user_id=30248
Use SubscriberInBadLocation instead of
subscribers_badlocation
Use UnlinkedSubscriber instead of subscriber_notlinked
Logged In: YES
user_id=30248
As you have only changed create_views.sql, it looks like
these views (or most of them) are only there for
convenience and not used in the PHP code. If there
are any views used in the PHP code, it would be good
to clarify things (comment in create_views.sql).
Don't forget to keep drop_views.sql in sync.