mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +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:
parent
11aecdf33f
commit
9993c15fb8
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class Create extends Action
|
|||
)
|
||||
],
|
||||
deprecated: new Deprecated(
|
||||
since: '1.9.0',
|
||||
since: '1.8.0',
|
||||
replaceWith: 'tablesDB.createStringColumn',
|
||||
),
|
||||
))
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
),
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue