From a088e85a245299fba90e5d3f83e84938f60bd428 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 24 Jan 2026 01:01:49 +0000 Subject: [PATCH] chore: update String attribute deprecation to 1.9.0 Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com> --- .../Http/Databases/Collections/Attributes/String/Create.php | 2 +- .../Http/Databases/Collections/Attributes/String/Update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php index b3fe03cace..790d651549 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php @@ -61,7 +61,7 @@ class Create extends Action ) ], deprecated: new Deprecated( - since: '1.8.0', + since: '1.9.0', replaceWith: 'tablesDB.createStringColumn', ), )) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php index 37547f3da8..be74b4767e 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php @@ -59,7 +59,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: new Deprecated( - since: '1.8.0', + since: '1.9.0', replaceWith: 'tablesDB.updateStringColumn', ), ))