mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: update String attribute deprecation to 1.9.0
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
This commit is contained in:
parent
1fd687b6b7
commit
a088e85a24
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class Create extends Action
|
|||
)
|
||||
],
|
||||
deprecated: new Deprecated(
|
||||
since: '1.8.0',
|
||||
since: '1.9.0',
|
||||
replaceWith: 'tablesDB.createStringColumn',
|
||||
),
|
||||
))
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
),
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue