generate longer file_ids and retry if they is a collison in the database
Build and Push Docker Container / build-and-push (push) Successful in 1m31s
Build and Push Docker Container / build-and-push (push) Successful in 1m31s
This commit is contained in:
@@ -14,7 +14,9 @@ module default {
|
||||
}
|
||||
|
||||
type files {
|
||||
required file_id: str;
|
||||
required file_id: str {
|
||||
constraint exclusive;
|
||||
};
|
||||
required file_name: str;
|
||||
required file_size: str;
|
||||
required note: str;
|
||||
|
||||
Reference in New Issue
Block a user