Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #6346, comment 2


Ignore:
Timestamp:
04/04/2015 06:23:54 PM (10 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6346, comment 2

    v2 v3  
    66* Makes our `id` columns `unsigned` to match WordPress core and get what little speed boost comes from it
    77
    8 Note that `dbDelta()` appears to not play nicely with our queries, at least on my test installations. I don't quite understand why yet.
     8`dbDelta()` runs our updates correctly, but doesn't seem to recognize they aren't necessary after the initial run, and I don't quite understand why that is (if it's a problem with `dbDelta()` or our usage of it.)