Skip to content

Commit

Permalink
fix: sql query for local apps
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Mar 6, 2024
1 parent 78fcfd9 commit df2b8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/apps/10-local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Developing an app locally requires some initial data in the database. Then your
```sql
DO $$
DECLARE
# random UUID
-- random UUID
publisher_id UUID := '98e4bcb8-6caf-4af8-988b-600aa3af5a86';
publisher_name varchar := 'Graasp';
# random UUID
-- random UUID
app_id UUID := '3211293d-5e8e-4f5a-9576-7df30c2175c3';
app_name varchar := 'MyApp';
app_port int := 3012;
Expand Down

0 comments on commit df2b8d7

Please sign in to comment.