diff --git a/app/config/specs/open-api3-1.8.x-console.json b/app/config/specs/open-api3-1.8.x-console.json index 27471cc69d..d2ec136b99 100644 --- a/app/config/specs/open-api3-1.8.x-console.json +++ b/app/config/specs/open-api3-1.8.x-console.json @@ -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": [] } diff --git a/app/config/specs/open-api3-1.8.x-server.json b/app/config/specs/open-api3-1.8.x-server.json index 22c4142e74..f185558057 100644 --- a/app/config/specs/open-api3-1.8.x-server.json +++ b/app/config/specs/open-api3-1.8.x-server.json @@ -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": [] diff --git a/app/config/specs/swagger2-1.8.x-console.json b/app/config/specs/swagger2-1.8.x-console.json index c7c873ae3f..55ced3e4f0 100644 --- a/app/config/specs/swagger2-1.8.x-console.json +++ b/app/config/specs/swagger2-1.8.x-console.json @@ -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": [] } diff --git a/app/config/specs/swagger2-1.8.x-server.json b/app/config/specs/swagger2-1.8.x-server.json index 2028f2a9cd..a4b8328974 100644 --- a/app/config/specs/swagger2-1.8.x-server.json +++ b/app/config/specs/swagger2-1.8.x-server.json @@ -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": [] diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Create.php index a33668fc50..367442a52e 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Create.php @@ -53,7 +53,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createBooleanColumn', + 'replaceWith' => 'tables.createBooleanColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Update.php index ec2c7d0181..75683241fc 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Update.php @@ -54,7 +54,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateBooleanColumn', + 'replaceWith' => 'tables.updateBooleanColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Create.php index 5672deefe1..0982ec1d26 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Create.php @@ -54,7 +54,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createDatetimeColumn', + 'replaceWith' => 'tables.createDatetimeColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Update.php index 16c48abf17..a1a53e8ae1 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Update.php @@ -55,7 +55,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateDatetimeColumn', + 'replaceWith' => 'tables.updateDatetimeColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Delete.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Delete.php index 5db2bd4b51..1a37452995 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Delete.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Delete.php @@ -55,7 +55,7 @@ class Delete extends Action ], contentType: ContentType::NONE, deprecated: [ - 'replaceWith' => 'deleteColumn', + 'replaceWith' => 'tables.deleteColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Create.php index 04b3b44285..288aa82acb 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Create.php @@ -54,7 +54,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createEmailColumn', + 'replaceWith' => 'tables.createEmailColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Update.php index 13fec34f5f..88b4329621 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Update.php @@ -55,7 +55,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateEmailColumn', + 'replaceWith' => 'tables.updateEmailColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Create.php index 84a2325a36..0ca18aa4c4 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Create.php @@ -56,7 +56,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createEnumColumn', + 'replaceWith' => 'tables.createEnumColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Update.php index 59c1099687..ac20825eae 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Update.php @@ -56,7 +56,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateEnumColumn', + 'replaceWith' => 'tables.updateEnumColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Create.php index a945006612..0f2237d468 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Create.php @@ -56,7 +56,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createFloatColumn', + 'replaceWith' => 'tables.createFloatColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Update.php index 34fbfd1cd3..40c1676d69 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Update.php @@ -55,7 +55,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateFloatColumn', + 'replaceWith' => 'tables.updateFloatColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Get.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Get.php index db24b93e80..d41b03f22b 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Get.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Get.php @@ -58,7 +58,7 @@ class Get extends Action ) ], deprecated: [ - 'replaceWith' => 'getColumn', + 'replaceWith' => 'tables.getColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Create.php index fc656a91cc..8cf2c5b14d 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Create.php @@ -54,7 +54,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createIpColumn', + 'replaceWith' => 'tables.createIpColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Update.php index d9368de7a4..427e8fad6f 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Update.php @@ -55,7 +55,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateIpColumn', + 'replaceWith' => 'tables.updateIpColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Create.php index b698ef8f9b..c4a66d99b7 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Create.php @@ -56,7 +56,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createIntegerColumn', + 'replaceWith' => 'tables.createIntegerColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php index a72c99774a..962bb5f6d6 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php @@ -55,7 +55,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateIntegerColumn', + 'replaceWith' => 'tables.updateIntegerColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Create.php index 249ba1ea46..2e47e9e8b2 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Create.php @@ -56,7 +56,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createRelationshipColumn', + 'replaceWith' => 'tables.createRelationshipColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Update.php index a18a14a096..4e22fb5687 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Update.php @@ -53,7 +53,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateRelationshipColumn', + 'replaceWith' => 'tables.updateRelationshipColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php index c0543700b8..1ce1f51972 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Create.php @@ -57,7 +57,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createStringColumn', + 'replaceWith' => 'tables.createStringColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php index 10fc0c1ec8..36652b44f2 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php @@ -57,7 +57,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateStringColumn', + 'replaceWith' => 'tables.updateStringColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Create.php index 60ed2c6ca4..ecaa0deffa 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Create.php @@ -54,7 +54,7 @@ class Create extends Action ) ], deprecated: [ - 'replaceWith' => 'createUrlColumn', + 'replaceWith' => 'tables.createUrlColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Update.php index b03c73533b..76212364f1 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Update.php @@ -55,7 +55,7 @@ class Update extends Action ], contentType: ContentType::JSON, deprecated: [ - 'replaceWith' => 'updateUrlColumn', + 'replaceWith' => 'tables.updateUrlColumn', ], )) ->param('databaseId', '', new UID(), 'Database ID.') diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/XList.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/XList.php index 3aec06eb5e..c9a446ae78 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/XList.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/XList.php @@ -52,7 +52,7 @@ class XList extends Action ) ], deprecated: [ - 'replaceWith' => 'listColumns', + 'replaceWith' => 'tables.listColumns', ], )) ->param('databaseId', '', new UID(), 'Database ID.')