chore: add namespace to replacements

This commit is contained in:
Chirag Aggarwal
2025-06-24 14:24:18 +05:30
parent ac395452bc
commit ccbd699ee7
27 changed files with 115 additions and 115 deletions
+23 -23
View File
@@ -5398,7 +5398,7 @@
"server"
],
"packaging": false,
"replaceWith": "listColumns",
"replaceWith": "tables.listColumns",
"auth": {
"Project": []
}
@@ -5483,7 +5483,7 @@
"server"
],
"packaging": false,
"replaceWith": "createBooleanColumn",
"replaceWith": "tables.createBooleanColumn",
"auth": {
"Project": []
}
@@ -5590,7 +5590,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateBooleanColumn",
"replaceWith": "tables.updateBooleanColumn",
"auth": {
"Project": []
}
@@ -5702,7 +5702,7 @@
"server"
],
"packaging": false,
"replaceWith": "createDatetimeColumn",
"replaceWith": "tables.createDatetimeColumn",
"auth": {
"Project": []
}
@@ -5809,7 +5809,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateDatetimeColumn",
"replaceWith": "tables.updateDatetimeColumn",
"auth": {
"Project": []
}
@@ -5921,7 +5921,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEmailColumn",
"replaceWith": "tables.createEmailColumn",
"auth": {
"Project": []
}
@@ -6028,7 +6028,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEmailColumn",
"replaceWith": "tables.updateEmailColumn",
"auth": {
"Project": []
}
@@ -6140,7 +6140,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEnumColumn",
"replaceWith": "tables.createEnumColumn",
"auth": {
"Project": []
}
@@ -6256,7 +6256,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEnumColumn",
"replaceWith": "tables.updateEnumColumn",
"auth": {
"Project": []
}
@@ -6377,7 +6377,7 @@
"server"
],
"packaging": false,
"replaceWith": "createFloatColumn",
"replaceWith": "tables.createFloatColumn",
"auth": {
"Project": []
}
@@ -6494,7 +6494,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateFloatColumn",
"replaceWith": "tables.updateFloatColumn",
"auth": {
"Project": []
}
@@ -6616,7 +6616,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIntegerColumn",
"replaceWith": "tables.createIntegerColumn",
"auth": {
"Project": []
}
@@ -6733,7 +6733,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIntegerColumn",
"replaceWith": "tables.updateIntegerColumn",
"auth": {
"Project": []
}
@@ -6855,7 +6855,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIpColumn",
"replaceWith": "tables.createIpColumn",
"auth": {
"Project": []
}
@@ -6962,7 +6962,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIpColumn",
"replaceWith": "tables.updateIpColumn",
"auth": {
"Project": []
}
@@ -7074,7 +7074,7 @@
"server"
],
"packaging": false,
"replaceWith": "createRelationshipColumn",
"replaceWith": "tables.createRelationshipColumn",
"auth": {
"Project": []
}
@@ -7206,7 +7206,7 @@
"server"
],
"packaging": false,
"replaceWith": "createStringColumn",
"replaceWith": "tables.createStringColumn",
"auth": {
"Project": []
}
@@ -7324,7 +7324,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateStringColumn",
"replaceWith": "tables.updateStringColumn",
"auth": {
"Project": []
}
@@ -7441,7 +7441,7 @@
"server"
],
"packaging": false,
"replaceWith": "createUrlColumn",
"replaceWith": "tables.createUrlColumn",
"auth": {
"Project": []
}
@@ -7548,7 +7548,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateUrlColumn",
"replaceWith": "tables.updateUrlColumn",
"auth": {
"Project": []
}
@@ -7691,7 +7691,7 @@
"server"
],
"packaging": false,
"replaceWith": "getColumn",
"replaceWith": "tables.getColumn",
"auth": {
"Project": []
}
@@ -7763,7 +7763,7 @@
"server"
],
"packaging": false,
"replaceWith": "deleteColumn",
"replaceWith": "tables.deleteColumn",
"auth": {
"Project": []
}
@@ -7844,7 +7844,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateRelationshipColumn",
"replaceWith": "tables.updateRelationshipColumn",
"auth": {
"Project": []
}
+23 -23
View File
@@ -4858,7 +4858,7 @@
"server"
],
"packaging": false,
"replaceWith": "listColumns",
"replaceWith": "tables.listColumns",
"auth": {
"Project": [],
"Key": []
@@ -4944,7 +4944,7 @@
"server"
],
"packaging": false,
"replaceWith": "createBooleanColumn",
"replaceWith": "tables.createBooleanColumn",
"auth": {
"Project": [],
"Key": []
@@ -5052,7 +5052,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateBooleanColumn",
"replaceWith": "tables.updateBooleanColumn",
"auth": {
"Project": [],
"Key": []
@@ -5165,7 +5165,7 @@
"server"
],
"packaging": false,
"replaceWith": "createDatetimeColumn",
"replaceWith": "tables.createDatetimeColumn",
"auth": {
"Project": [],
"Key": []
@@ -5273,7 +5273,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateDatetimeColumn",
"replaceWith": "tables.updateDatetimeColumn",
"auth": {
"Project": [],
"Key": []
@@ -5386,7 +5386,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEmailColumn",
"replaceWith": "tables.createEmailColumn",
"auth": {
"Project": [],
"Key": []
@@ -5494,7 +5494,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEmailColumn",
"replaceWith": "tables.updateEmailColumn",
"auth": {
"Project": [],
"Key": []
@@ -5607,7 +5607,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEnumColumn",
"replaceWith": "tables.createEnumColumn",
"auth": {
"Project": [],
"Key": []
@@ -5724,7 +5724,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEnumColumn",
"replaceWith": "tables.updateEnumColumn",
"auth": {
"Project": [],
"Key": []
@@ -5846,7 +5846,7 @@
"server"
],
"packaging": false,
"replaceWith": "createFloatColumn",
"replaceWith": "tables.createFloatColumn",
"auth": {
"Project": [],
"Key": []
@@ -5964,7 +5964,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateFloatColumn",
"replaceWith": "tables.updateFloatColumn",
"auth": {
"Project": [],
"Key": []
@@ -6087,7 +6087,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIntegerColumn",
"replaceWith": "tables.createIntegerColumn",
"auth": {
"Project": [],
"Key": []
@@ -6205,7 +6205,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIntegerColumn",
"replaceWith": "tables.updateIntegerColumn",
"auth": {
"Project": [],
"Key": []
@@ -6328,7 +6328,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIpColumn",
"replaceWith": "tables.createIpColumn",
"auth": {
"Project": [],
"Key": []
@@ -6436,7 +6436,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIpColumn",
"replaceWith": "tables.updateIpColumn",
"auth": {
"Project": [],
"Key": []
@@ -6549,7 +6549,7 @@
"server"
],
"packaging": false,
"replaceWith": "createRelationshipColumn",
"replaceWith": "tables.createRelationshipColumn",
"auth": {
"Project": [],
"Key": []
@@ -6682,7 +6682,7 @@
"server"
],
"packaging": false,
"replaceWith": "createStringColumn",
"replaceWith": "tables.createStringColumn",
"auth": {
"Project": [],
"Key": []
@@ -6801,7 +6801,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateStringColumn",
"replaceWith": "tables.updateStringColumn",
"auth": {
"Project": [],
"Key": []
@@ -6919,7 +6919,7 @@
"server"
],
"packaging": false,
"replaceWith": "createUrlColumn",
"replaceWith": "tables.createUrlColumn",
"auth": {
"Project": [],
"Key": []
@@ -7027,7 +7027,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateUrlColumn",
"replaceWith": "tables.updateUrlColumn",
"auth": {
"Project": [],
"Key": []
@@ -7171,7 +7171,7 @@
"server"
],
"packaging": false,
"replaceWith": "getColumn",
"replaceWith": "tables.getColumn",
"auth": {
"Project": [],
"Key": []
@@ -7244,7 +7244,7 @@
"server"
],
"packaging": false,
"replaceWith": "deleteColumn",
"replaceWith": "tables.deleteColumn",
"auth": {
"Project": [],
"Key": []
@@ -7326,7 +7326,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateRelationshipColumn",
"replaceWith": "tables.updateRelationshipColumn",
"auth": {
"Project": [],
"Key": []
+23 -23
View File
@@ -5559,7 +5559,7 @@
"server"
],
"packaging": false,
"replaceWith": "listColumns",
"replaceWith": "tables.listColumns",
"auth": {
"Project": []
}
@@ -5641,7 +5641,7 @@
"server"
],
"packaging": false,
"replaceWith": "createBooleanColumn",
"replaceWith": "tables.createBooleanColumn",
"auth": {
"Project": []
}
@@ -5748,7 +5748,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateBooleanColumn",
"replaceWith": "tables.updateBooleanColumn",
"auth": {
"Project": []
}
@@ -5857,7 +5857,7 @@
"server"
],
"packaging": false,
"replaceWith": "createDatetimeColumn",
"replaceWith": "tables.createDatetimeColumn",
"auth": {
"Project": []
}
@@ -5964,7 +5964,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateDatetimeColumn",
"replaceWith": "tables.updateDatetimeColumn",
"auth": {
"Project": []
}
@@ -6073,7 +6073,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEmailColumn",
"replaceWith": "tables.createEmailColumn",
"auth": {
"Project": []
}
@@ -6180,7 +6180,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEmailColumn",
"replaceWith": "tables.updateEmailColumn",
"auth": {
"Project": []
}
@@ -6289,7 +6289,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEnumColumn",
"replaceWith": "tables.createEnumColumn",
"auth": {
"Project": []
}
@@ -6406,7 +6406,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEnumColumn",
"replaceWith": "tables.updateEnumColumn",
"auth": {
"Project": []
}
@@ -6525,7 +6525,7 @@
"server"
],
"packaging": false,
"replaceWith": "createFloatColumn",
"replaceWith": "tables.createFloatColumn",
"auth": {
"Project": []
}
@@ -6644,7 +6644,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateFloatColumn",
"replaceWith": "tables.updateFloatColumn",
"auth": {
"Project": []
}
@@ -6765,7 +6765,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIntegerColumn",
"replaceWith": "tables.createIntegerColumn",
"auth": {
"Project": []
}
@@ -6884,7 +6884,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIntegerColumn",
"replaceWith": "tables.updateIntegerColumn",
"auth": {
"Project": []
}
@@ -7005,7 +7005,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIpColumn",
"replaceWith": "tables.createIpColumn",
"auth": {
"Project": []
}
@@ -7112,7 +7112,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIpColumn",
"replaceWith": "tables.updateIpColumn",
"auth": {
"Project": []
}
@@ -7221,7 +7221,7 @@
"server"
],
"packaging": false,
"replaceWith": "createRelationshipColumn",
"replaceWith": "tables.createRelationshipColumn",
"auth": {
"Project": []
}
@@ -7355,7 +7355,7 @@
"server"
],
"packaging": false,
"replaceWith": "createStringColumn",
"replaceWith": "tables.createStringColumn",
"auth": {
"Project": []
}
@@ -7475,7 +7475,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateStringColumn",
"replaceWith": "tables.updateStringColumn",
"auth": {
"Project": []
}
@@ -7590,7 +7590,7 @@
"server"
],
"packaging": false,
"replaceWith": "createUrlColumn",
"replaceWith": "tables.createUrlColumn",
"auth": {
"Project": []
}
@@ -7697,7 +7697,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateUrlColumn",
"replaceWith": "tables.updateUrlColumn",
"auth": {
"Project": []
}
@@ -7835,7 +7835,7 @@
"server"
],
"packaging": false,
"replaceWith": "getColumn",
"replaceWith": "tables.getColumn",
"auth": {
"Project": []
}
@@ -7905,7 +7905,7 @@
"server"
],
"packaging": false,
"replaceWith": "deleteColumn",
"replaceWith": "tables.deleteColumn",
"auth": {
"Project": []
}
@@ -7982,7 +7982,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateRelationshipColumn",
"replaceWith": "tables.updateRelationshipColumn",
"auth": {
"Project": []
}
+23 -23
View File
@@ -5009,7 +5009,7 @@
"server"
],
"packaging": false,
"replaceWith": "listColumns",
"replaceWith": "tables.listColumns",
"auth": {
"Project": [],
"Key": []
@@ -5092,7 +5092,7 @@
"server"
],
"packaging": false,
"replaceWith": "createBooleanColumn",
"replaceWith": "tables.createBooleanColumn",
"auth": {
"Project": [],
"Key": []
@@ -5200,7 +5200,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateBooleanColumn",
"replaceWith": "tables.updateBooleanColumn",
"auth": {
"Project": [],
"Key": []
@@ -5310,7 +5310,7 @@
"server"
],
"packaging": false,
"replaceWith": "createDatetimeColumn",
"replaceWith": "tables.createDatetimeColumn",
"auth": {
"Project": [],
"Key": []
@@ -5418,7 +5418,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateDatetimeColumn",
"replaceWith": "tables.updateDatetimeColumn",
"auth": {
"Project": [],
"Key": []
@@ -5528,7 +5528,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEmailColumn",
"replaceWith": "tables.createEmailColumn",
"auth": {
"Project": [],
"Key": []
@@ -5636,7 +5636,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEmailColumn",
"replaceWith": "tables.updateEmailColumn",
"auth": {
"Project": [],
"Key": []
@@ -5746,7 +5746,7 @@
"server"
],
"packaging": false,
"replaceWith": "createEnumColumn",
"replaceWith": "tables.createEnumColumn",
"auth": {
"Project": [],
"Key": []
@@ -5864,7 +5864,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateEnumColumn",
"replaceWith": "tables.updateEnumColumn",
"auth": {
"Project": [],
"Key": []
@@ -5984,7 +5984,7 @@
"server"
],
"packaging": false,
"replaceWith": "createFloatColumn",
"replaceWith": "tables.createFloatColumn",
"auth": {
"Project": [],
"Key": []
@@ -6104,7 +6104,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateFloatColumn",
"replaceWith": "tables.updateFloatColumn",
"auth": {
"Project": [],
"Key": []
@@ -6226,7 +6226,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIntegerColumn",
"replaceWith": "tables.createIntegerColumn",
"auth": {
"Project": [],
"Key": []
@@ -6346,7 +6346,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIntegerColumn",
"replaceWith": "tables.updateIntegerColumn",
"auth": {
"Project": [],
"Key": []
@@ -6468,7 +6468,7 @@
"server"
],
"packaging": false,
"replaceWith": "createIpColumn",
"replaceWith": "tables.createIpColumn",
"auth": {
"Project": [],
"Key": []
@@ -6576,7 +6576,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateIpColumn",
"replaceWith": "tables.updateIpColumn",
"auth": {
"Project": [],
"Key": []
@@ -6686,7 +6686,7 @@
"server"
],
"packaging": false,
"replaceWith": "createRelationshipColumn",
"replaceWith": "tables.createRelationshipColumn",
"auth": {
"Project": [],
"Key": []
@@ -6821,7 +6821,7 @@
"server"
],
"packaging": false,
"replaceWith": "createStringColumn",
"replaceWith": "tables.createStringColumn",
"auth": {
"Project": [],
"Key": []
@@ -6942,7 +6942,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateStringColumn",
"replaceWith": "tables.updateStringColumn",
"auth": {
"Project": [],
"Key": []
@@ -7058,7 +7058,7 @@
"server"
],
"packaging": false,
"replaceWith": "createUrlColumn",
"replaceWith": "tables.createUrlColumn",
"auth": {
"Project": [],
"Key": []
@@ -7166,7 +7166,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateUrlColumn",
"replaceWith": "tables.updateUrlColumn",
"auth": {
"Project": [],
"Key": []
@@ -7305,7 +7305,7 @@
"server"
],
"packaging": false,
"replaceWith": "getColumn",
"replaceWith": "tables.getColumn",
"auth": {
"Project": [],
"Key": []
@@ -7376,7 +7376,7 @@
"server"
],
"packaging": false,
"replaceWith": "deleteColumn",
"replaceWith": "tables.deleteColumn",
"auth": {
"Project": [],
"Key": []
@@ -7454,7 +7454,7 @@
"server"
],
"packaging": false,
"replaceWith": "updateRelationshipColumn",
"replaceWith": "tables.updateRelationshipColumn",
"auth": {
"Project": [],
"Key": []
@@ -53,7 +53,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createBooleanColumn',
'replaceWith' => 'tables.createBooleanColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -54,7 +54,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateBooleanColumn',
'replaceWith' => 'tables.updateBooleanColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -54,7 +54,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createDatetimeColumn',
'replaceWith' => 'tables.createDatetimeColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateDatetimeColumn',
'replaceWith' => 'tables.updateDatetimeColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Delete extends Action
],
contentType: ContentType::NONE,
deprecated: [
'replaceWith' => 'deleteColumn',
'replaceWith' => 'tables.deleteColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -54,7 +54,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createEmailColumn',
'replaceWith' => 'tables.createEmailColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateEmailColumn',
'replaceWith' => 'tables.updateEmailColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -56,7 +56,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createEnumColumn',
'replaceWith' => 'tables.createEnumColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -56,7 +56,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateEnumColumn',
'replaceWith' => 'tables.updateEnumColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -56,7 +56,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createFloatColumn',
'replaceWith' => 'tables.createFloatColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateFloatColumn',
'replaceWith' => 'tables.updateFloatColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -58,7 +58,7 @@ class Get extends Action
)
],
deprecated: [
'replaceWith' => 'getColumn',
'replaceWith' => 'tables.getColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -54,7 +54,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createIpColumn',
'replaceWith' => 'tables.createIpColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateIpColumn',
'replaceWith' => 'tables.updateIpColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -56,7 +56,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createIntegerColumn',
'replaceWith' => 'tables.createIntegerColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateIntegerColumn',
'replaceWith' => 'tables.updateIntegerColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -56,7 +56,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createRelationshipColumn',
'replaceWith' => 'tables.createRelationshipColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -53,7 +53,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateRelationshipColumn',
'replaceWith' => 'tables.updateRelationshipColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -57,7 +57,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createStringColumn',
'replaceWith' => 'tables.createStringColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -57,7 +57,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateStringColumn',
'replaceWith' => 'tables.updateStringColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -54,7 +54,7 @@ class Create extends Action
)
],
deprecated: [
'replaceWith' => 'createUrlColumn',
'replaceWith' => 'tables.createUrlColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -55,7 +55,7 @@ class Update extends Action
],
contentType: ContentType::JSON,
deprecated: [
'replaceWith' => 'updateUrlColumn',
'replaceWith' => 'tables.updateUrlColumn',
],
))
->param('databaseId', '', new UID(), 'Database ID.')
@@ -52,7 +52,7 @@ class XList extends Action
)
],
deprecated: [
'replaceWith' => 'listColumns',
'replaceWith' => 'tables.listColumns',
],
))
->param('databaseId', '', new UID(), 'Database ID.')