fix(backend): grant all on raw_app

This commit is contained in:
Ruben Fiszel
2023-05-09 15:02:04 +02:00
parent 96c5559374
commit 1b8489256c
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View 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;

View File

@@ -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"