From 9993c15fb80bf574d01eaaafc19a290e51b01f86 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 24 Jan 2026 01:15:15 +0000 Subject: [PATCH] chore: revert String attribute routes deprecation to 1.8.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 790d651549..b3fe03cace 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.9.0', + since: '1.8.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 be74b4767e..37547f3da8 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.9.0', + since: '1.8.0', replaceWith: 'tablesDB.updateStringColumn', ), ))