Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gizmotronn opened this issue Jan 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Data Manipulation Created by Linear-GitHub Sync data source data source for content generation in [HDASH-4] documentation Improvements or additions to documentation game mechanics Metadata for game assets/objects being pushed between Unity through our API Generative Data Created by Linear-GitHub Sync Static data Created by Linear-GitHub Sync Sytizen-Repo Created by Linear-GitHub Sync

Comments

@Gizmotronn
Copy link
Member

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;
@Gizmotronn Gizmotronn added bug Something isn't working documentation Improvements or additions to documentation data source data source for content generation in [HDASH-4] game mechanics Metadata for game assets/objects being pushed between Unity through our API Sytizen-Repo Created by Linear-GitHub Sync Static data Created by Linear-GitHub Sync Generative Data Created by Linear-GitHub Sync Data Manipulation Created by Linear-GitHub Sync labels Jan 7, 2024
@Gizmotronn Gizmotronn self-assigned this Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Data Manipulation Created by Linear-GitHub Sync data source data source for content generation in [HDASH-4] documentation Improvements or additions to documentation game mechanics Metadata for game assets/objects being pushed between Unity through our API Generative Data Created by Linear-GitHub Sync Static data Created by Linear-GitHub Sync Sytizen-Repo Created by Linear-GitHub Sync
Projects
Status: No status
Development

No branches or pull requests

1 participant