# HG changeset patch # User Dan # Date 1235628805 18000 # Node ID 86d41fd204a09a9dc448cc62c9eeab41a44f88ea # Parent 9d2c4f04a0d0c03b686339cf36bdc9933d82ab96 Typo! STOP -> DROP. See Spot run. Spot runs to the house. Spot licks Dick. Dick pets Spot. diff -r 9d2c4f04a0d0 -r 86d41fd204a0 plugins/Yubikey.php --- a/plugins/Yubikey.php Thu Feb 26 01:08:22 2009 -0500 +++ b/plugins/Yubikey.php Thu Feb 26 01:13:25 2009 -0500 @@ -47,7 +47,7 @@ // Uninstall schema /**!uninstall** DROP TABLE {{TABLE_PREFIX}}yubikey; -ALTER TABLE {{TABLE_PREFIX}}users STOP user_yubikey_flags; +ALTER TABLE {{TABLE_PREFIX}}users DROP user_yubikey_flags; **!*/ /**!language**