You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT 'ALTER TABLE public.'|| table_name ||' SET SCHEMA myschema;' FROM information_schema.tables WHERE table_schema = 'public' AND table_type = 'BASE TABLE';
94
+
95
+
96
+
97
+
psq
98
+
```
99
+
73
100
## Troubleshooting
74
101
75
102
### Coder server fails startup with "current_schema: converting NULL to string is unsupported"
0 commit comments