[commits] Horde branch master updated. 3aa1ef6451db0758c6a0eaf6b344e120a79550c2
Michael Rubinsky
mrubinsk at horde.org
Sat Oct 9 19:54:09 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 73b32fa8b236db1cd2cf582542217f6557f0393e
b9c37cf Fix column types for ansel migration.
3aa1ef6 fix column type, these were integers, not bigints
-----------------------------------------------------------------------
commit b9c37cf3689b958f6e6cf7fcfab9548677ec5b82
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 9 15:48:12 2010 -0400
Fix column types for ansel migration.
These were signed integers in fw_3, migrate them to unsigned integers except
the share_id since we specify the share_id that key images belong to via negative ids,
use bigint here.
ansel/migration/1_ansel_base_tables.php | 36 ++++++------
ansel/migration/2_ansel_upgrade_autoincrement.php | 12 ++--
ansel/migration/6_ansel_upgrade_unsignedints.php | 61 +++++++++++++++++++++
3 files changed, 85 insertions(+), 24 deletions(-)
create mode 100644 ansel/migration/6_ansel_upgrade_unsignedints.php
http://git.horde.org/diff.php/ansel/migration/1_ansel_base_tables.php?rt=horde-git&r1=d6b83bfb3fd0988403c6b074a855d5c2f1342e11&r2=b9c37cf3689b958f6e6cf7fcfab9548677ec5b82
http://git.horde.org/diff.php/ansel/migration/2_ansel_upgrade_autoincrement.php?rt=horde-git&r1=d6b83bfb3fd0988403c6b074a855d5c2f1342e11&r2=b9c37cf3689b958f6e6cf7fcfab9548677ec5b82
http://git.horde.org/co.php/ansel/migration/6_ansel_upgrade_unsignedints.php?rt=horde-git&r=b9c37cf3689b958f6e6cf7fcfab9548677ec5b82
-----------------------------------------------------------------------
commit 3aa1ef6451db0758c6a0eaf6b344e120a79550c2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 9 15:53:38 2010 -0400
fix column type, these were integers, not bigints
ingo/migration/1_ingo_base_tables.php | 2 +-
ingo/migration/2_ingo_upgrade_autoincrement.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/ingo/migration/1_ingo_base_tables.php?rt=horde-git&r1=00de7faca1d9b19146666aabe664b839ce386480&r2=3aa1ef6451db0758c6a0eaf6b344e120a79550c2
http://git.horde.org/diff.php/ingo/migration/2_ingo_upgrade_autoincrement.php?rt=horde-git&r1=00de7faca1d9b19146666aabe664b839ce386480&r2=3aa1ef6451db0758c6a0eaf6b344e120a79550c2
More information about the commits
mailing list