mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
update: var name.
This commit is contained in:
parent
15e0385723
commit
9ba29d4779
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ trait Base
|
|||
public static string $CREATE_TABLE = 'create_table';
|
||||
public static string $GET_TABLE = 'get_table';
|
||||
public static string $GET_TABLES = 'list_tables';
|
||||
public static string $UPDATE_TABLE = 'update_tables';
|
||||
public static string $DELETE_TABLE = 'delete_tables';
|
||||
public static string $UPDATE_TABLE = 'update_table';
|
||||
public static string $DELETE_TABLE = 'delete_table';
|
||||
|
||||
// Attributes
|
||||
public static string $CREATE_STRING_ATTRIBUTE = 'create_string_attribute';
|
||||
|
|
|
|||
Loading…
Reference in a new issue