Files
server/usr/share/psa-horde/kronolith/.upgrade/2.2_to_2.3.sql
2026-01-07 20:52:11 +01:00

5 lines
298 B
SQL

-- Copyright 1999-2025. WebPros International GmbH. All rights reserved.
ALTER TABLE kronolith_shares CHANGE share_owner share_owner VARCHAR(255);
ALTER TABLE kronolith_shares_users CHANGE user_uid user_uid VARCHAR(255);
ALTER TABLE kronolith_shares_groups CHANGE group_uid group_uid VARCHAR(255);