5 lines
298 B
SQL
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);
|