mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: revert String attribute routes deprecation to 1.8.0
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
This commit is contained in:
co-authored by
abnegate
parent
11aecdf33f
commit
9993c15fb8
+1
-1
@@ -61,7 +61,7 @@ class Create extends Action
|
||||
)
|
||||
],
|
||||
deprecated: new Deprecated(
|
||||
since: '1.9.0',
|
||||
since: '1.8.0',
|
||||
replaceWith: 'tablesDB.createStringColumn',
|
||||
),
|
||||
))
|
||||
|
||||
+1
-1
@@ -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',
|
||||
),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user