Skip to content

Create missing installed_applications database table#88

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/create-installed-applications-table-01LmHtTawyGXXknXXa5Yb1W4
Nov 18, 2025
Merged

Create missing installed_applications database table#88
JoshuaAFerguson merged 1 commit into
mainfrom
claude/create-installed-applications-table-01LmHtTawyGXXknXXa5Yb1W4

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

…ess tables

Add the database schema for installed applications management:

  • installed_applications table for storing user-installed apps from catalog
  • application_group_access table for group-based access control
  • Appropriate indexes for performance

These tables are required by the ApplicationDB queries in applications.go and were causing "relation does not exist" errors.

…ess tables

Add the database schema for installed applications management:
- installed_applications table for storing user-installed apps from catalog
- application_group_access table for group-based access control
- Appropriate indexes for performance

These tables are required by the ApplicationDB queries in applications.go
and were causing "relation does not exist" errors.
@JoshuaAFerguson JoshuaAFerguson merged commit 1d477a0 into main Nov 18, 2025
8 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/create-installed-applications-table-01LmHtTawyGXXknXXa5Yb1W4 branch November 18, 2025 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants