Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Implement models required by Manifest API #500

@ekigamba

Description

@ekigamba

The following models will be required by the Manifest API:

  • Manifest

The table holding the manifests will have the following columns:

Column name Column Type Nullable Indexes Misc
id int no PK auto_incremented
json JSONB no
app_version String no b_tree
created_at long no
updated_at long no

The manifest will be stored inside the json field

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions