Changes between Version 2 and Version 3 of Ticket #6346, comment 2
- Timestamp:
- 04/04/2015 06:23:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6346, comment 2
v2 v3 6 6 * Makes our `id` columns `unsigned` to match WordPress core and get what little speed boost comes from it 7 7 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.)