-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Data ManipulationCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncGenerative DataCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncStatic dataCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncSytizen-RepoCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncbugSomething isn't workingSomething isn't workingdata sourcedata source for content generation in [HDASH-4]data source for content generation in [HDASH-4]documentationImprovements or additions to documentationImprovements or additions to documentationgame mechanicsMetadata for game assets/objects being pushed between Unity through our APIMetadata for game assets/objects being pushed between Unity through our API
Description
https://signalk.atlassian.net/browse/FCDB-21
The metadata is working, but the url of the image isn't setup yet
create table
public."contentROVERIMAGES" (
id bigint generated by default as identity,
created_at timestamp with time zone not null default now(),
metadata text null,
"imageLink" text null,
planet bigint null,
content text null,
author uuid null,
media json null,
"basePlanet" bigint null,
constraint contentROVERIMAGES_pkey primary key (id),
constraint contentROVERIMAGES_author_fkey foreign key (author) references profiles (id),
constraint contentROVERIMAGES_basePlanet_fkey foreign key ("basePlanet") references "basePlanets" (id),
constraint contentROVERIMAGES_planet_fkey foreign key (planet) references "inventoryPLANETS" (id)
) tablespace pg_default;
Metadata
Metadata
Assignees
Labels
Data ManipulationCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncGenerative DataCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncStatic dataCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncSytizen-RepoCreated by Linear-GitHub SyncCreated by Linear-GitHub SyncbugSomething isn't workingSomething isn't workingdata sourcedata source for content generation in [HDASH-4]data source for content generation in [HDASH-4]documentationImprovements or additions to documentationImprovements or additions to documentationgame mechanicsMetadata for game assets/objects being pushed between Unity through our APIMetadata for game assets/objects being pushed between Unity through our API
Type
Projects
Status
No status