mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
More work on beer image upload
patFix schema so beer image and brewery image have createdBy column. Rename 'url' to 'path' in schema, add 'caption' column.
This commit is contained in:
@@ -7,7 +7,8 @@ export default interface BeerPostQueryResult {
|
||||
};
|
||||
description: string;
|
||||
beerImages: {
|
||||
url: string;
|
||||
path: string;
|
||||
caption: string;
|
||||
id: string;
|
||||
alt: string;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user