mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix(platform): use VAR_ID for schedules projectInternalId
Agent-Logs-Url: https://github.com/appwrite/appwrite/sessions/c0a8700e-3763-4cf0-b19e-cc83b2e4318e Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
This commit is contained in:
co-authored by
abnegate
parent
62b0314bcb
commit
21d73af3e1
@@ -476,9 +476,9 @@ $platformCollections = [
|
||||
],
|
||||
[
|
||||
'$id' => ID::custom('projectInternalId'),
|
||||
'type' => Database::VAR_STRING,
|
||||
'type' => Database::VAR_ID,
|
||||
'format' => '',
|
||||
'size' => Database::LENGTH_KEY,
|
||||
'size' => 0,
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user