Skip to content

πŸ¨πŸ“¦ ↝ Rover image urls aren't being sent to backend schemaΒ #42

@Gizmotronn

Description

@Gizmotronn

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 SyncGenerative DataCreated by Linear-GitHub SyncStatic dataCreated by Linear-GitHub SyncSytizen-RepoCreated by Linear-GitHub SyncbugSomething isn't workingdata sourcedata source for content generation in [HDASH-4]documentationImprovements or additions to documentationgame mechanicsMetadata for game assets/objects being pushed between Unity through our API

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions