fix(backend): grant all on raw_app
This commit is contained in:
1
backend/migrations/20230509130016_raw_app_grant.down.sql
Normal file
1
backend/migrations/20230509130016_raw_app_grant.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
3
backend/migrations/20230509130016_raw_app_grant.up.sql
Normal file
3
backend/migrations/20230509130016_raw_app_grant.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Add up migration script here
|
||||
GRANT ALL ON raw_app TO windmill_admin;
|
||||
GRANT ALL ON raw_app TO windmill_user;
|
||||
@@ -139,6 +139,17 @@
|
||||
<Kbd small><span class="text-lg font-bold">⏎</span></Kbd>
|
||||
</Button>
|
||||
{/if}
|
||||
<!-- {#if flow.path != ''}
|
||||
<Button
|
||||
btnClasses="h-full truncate"
|
||||
size="sm"
|
||||
variant="border"
|
||||
on:click={() => {
|
||||
capturePayload.openDrawer()
|
||||
}}>Input library</Button
|
||||
>
|
||||
{/if} -->
|
||||
|
||||
<Button
|
||||
btnClasses="h-full truncate"
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user