Approved Workman Database

Community Contributions => SQL Workbench => Topic started by: aktaylor on September 23, 2011, 04:21:20 PM

Title: Changing Prefered Translation
Post by: aktaylor on September 23, 2011, 04:21:20 PM
When we first did our data entry for the database we didn't realize that we were setting the prefered tranzlation to "KJV", when we really wanted the translation to be "NIV". I was wondering if somone had had the same problem, and or if somone could give me a SQL statement to run to change this.

Thanks.
Title: Re: Changing Prefered Translation
Post by: Rick Leffler on September 23, 2011, 05:43:55 PM
               Update Person set Translation = 'NIV'



Don't forget you can/should set the club default translation also to "NIV" under Admin > Options > Misc
Title: Re: Changing Prefered Translation
Post by: aktaylor on September 23, 2011, 06:09:06 PM
Thanks Rick.