Skip to content

Conversation

@btipling
Copy link
Contributor

@btipling btipling commented Mar 1, 2025

Growtherapy had an error with provisioning apps column themeAccess of relation "groups" does not exist so I removed all the optional fields and fields with default values

         column_name         | is_nullable |        data_type         |           column_default           
-----------------------------+-------------+--------------------------+------------------------------------
 id                          | NO          | integer                  | nextval('groups_id_seq'::regclass)
 name                        | NO          | character varying        | 
 organizationId              | YES         | integer                  | 
 createdAt                   | NO          | timestamp with time zone | 
 updatedAt                   | NO          | timestamp with time zone | 
 universalAccess             | NO          | character varying        | 'none'::character varying
 universalResourceAccess     | NO          | character varying        | 'none'::character varying
 universalQueryLibraryAccess | NO          | character varying        | 'none'::character varying
 userListAccess              | NO          | boolean                  | false
 archivedAt                  | YES         | timestamp with time zone | 
 auditLogAccess              | NO          | boolean                  | false
 unpublishedReleaseAccess    | NO          | boolean                  | true
 universalWorkflowAccess     | NO          | character varying        | 'none'::character varying
 usageAnalyticsAccess        | YES         | boolean                  | 
 accountDetailsAccess        | NO          | boolean                  | true
 themeAccess                 | YES         | boolean                  | 
image image image

@btipling btipling merged commit 922affd into main Mar 1, 2025
2 checks passed
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