Files
multiTenancyPoc/README.md
T
Gergő Jedlicska dc0108fa9c chore: more stuff
2024-02-08 17:02:56 +01:00

7 lines
137 B
Markdown

# about postgres
i had to change the `wal_level` on my local postgres instances
done with
```
ALTER SYSTEM SET wal_level = logical;
```