Here's a quick tip on a support question I just answered on how to change the default site or admin template from the database. Since I had to search a bit myself I figured it was worthy of a post for others that run across this:

Login to your database through phpMyAdmin or Sequel Pro, or whatever you happen to use. Then find the #_template_styles table where # = the random prefix for your database. Rows with client_id = 1 are you admin template styles and client_id = 0 are your regular site templates. Change the value of the home column from 1 to 0 for the current template, and 0 to 1 for the template you'd like to set to the new default.

template_styles_table

That's it!

Kyle Ledbetter

Kyle Ledbetter

Kyle is the creative director and lead designer of AdminPraise templates.

He dreams up these crazy ideas and the awesome team helps execute them.