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:
copilot-swe-agent[bot] 2026-01-24 01:15:15 +00:00
parent 11aecdf33f
commit 9993c15fb8
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ class Create extends Action
)
],
deprecated: new Deprecated(
since: '1.9.0',
since: '1.8.0',
replaceWith: 'tablesDB.createStringColumn',
),
))

View file

@ -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',
),
))