strider72 / spam-karma

A flexible and modular anti-spam plugin for WordPress
GNU General Public License v2.0
3 stars 3 forks source link

migrate old sk2_ settings to new sk_ settings #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The name says it all.  We've changed the entries in the wp_options table
from "sk2_..." to "sk_...".

We need to migrate old settings to the new settings for existing installs.
 (And then delete the old sk2_ settings records.)

Should probably just be inserted into the "initial setup" stuff, since that
already runs when expected options are not found.

Original issue reported on code.google.com by stephen....@gmail.com on 27 Jul 2009 at 5:17

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 27 Jul 2009 at 5:22

GoogleCodeExporter commented 9 years ago
Either resolve this or people will have to completely reset all settings on 
their next update.  We need to update the old-name tables and settings (sk2) to 
the new (sk).

Original comment by stephen....@gmail.com on 28 May 2011 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 28 May 2011 at 6:19

strider72 commented 9 years ago

See also: #17