diff --git a/backend/migrations/20230509130016_raw_app_grant.down.sql b/backend/migrations/20230509130016_raw_app_grant.down.sql
new file mode 100644
index 0000000000..d2f607c5b8
--- /dev/null
+++ b/backend/migrations/20230509130016_raw_app_grant.down.sql
@@ -0,0 +1 @@
+-- Add down migration script here
diff --git a/backend/migrations/20230509130016_raw_app_grant.up.sql b/backend/migrations/20230509130016_raw_app_grant.up.sql
new file mode 100644
index 0000000000..8896985c27
--- /dev/null
+++ b/backend/migrations/20230509130016_raw_app_grant.up.sql
@@ -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;
\ No newline at end of file
diff --git a/frontend/src/lib/components/FlowPreviewContent.svelte b/frontend/src/lib/components/FlowPreviewContent.svelte
index b958de6c45..2255246b64 100644
--- a/frontend/src/lib/components/FlowPreviewContent.svelte
+++ b/frontend/src/lib/components/FlowPreviewContent.svelte
@@ -139,6 +139,17 @@
⏎
{/if}
+
+