infra(server): fix Album TypeORM relations and change ids to uuids (#1582)

* infra: make api-key primary key column a UUID

* infra: move ManyToMany relations in album entity, make ownerId ManyToOne

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Zack Pollard
2023-02-18 20:58:55 +00:00
committed by GitHub
parent 917f1dea9f
commit 000d0a08f4
24 changed files with 368 additions and 461 deletions

View File

@@ -66,7 +66,7 @@
"required": true,
"in": "path",
"schema": {
"type": "number"
"type": "string"
}
}
],
@@ -95,7 +95,7 @@
"required": true,
"in": "path",
"schema": {
"type": "number"
"type": "string"
}
}
],
@@ -134,7 +134,7 @@
"required": true,
"in": "path",
"schema": {
"type": "number"
"type": "string"
}
}
],
@@ -2759,7 +2759,7 @@
"type": "object",
"properties": {
"id": {
"type": "integer"
"type": "string"
},
"name": {
"type": "string"