okay to delete individual records from commlog table?
Posted: Wed Jul 07, 2010 7:30 pm
Previous dentist on EasyDental had hundreds of different communications to the patient while trying to send out a mass mailing. Because of this each account in opendental now has dozens of commlogs that are useless.
Will I break anything by running a sql query to delete rows from the commlog table? I ran the following query on the following on a backup copy of the database.
delete from commlog where Note='retirement letter.doc'
So far it has not seemed to have broken anything, but I just want to make sure there are no table linkages that would break...
Will I break anything by running a sql query to delete rows from the commlog table? I ran the following query on the following on a backup copy of the database.
delete from commlog where Note='retirement letter.doc'
So far it has not seemed to have broken anything, but I just want to make sure there are no table linkages that would break...