Adventure Labs Logo
Scout Docs

Versions_software

Table for storing software version information with release details and stability flags

Column NameData TypeConstraints
idbigintNOT NULL
created_attimestamp with time zoneDEFAULT now() NOT NULL
versiontextNOT NULL
hyperlinktext
descriptiontextNOT NULL
titletext
systemtextNOT NULL
updated_attimestamp with time zoneDEFAULT now()
commit_hashtext
stablebooleanDEFAULT false NOT NULL
prebooleanDEFAULT true NOT NULL
minbooleanDEFAULT false NOT NULL

Security Policies (RLS)

This table has Row Level Security (RLS) enabled with the following policies:

  • Read Access: Public read access (software versions are generally accessible)
  • Create/Update/Delete: Users with admin role only

On this page