Add user_info table to schema.sql
Adding missing user_info table to database initialization script.
Only adding this as a suggestion. It's been vibe coded and I have NOT run the code - only manually checked by pasting new lines into psql.
Checklist
- [ ] I've tested this change
- [ ] I've followed the coding style and contribution guidelines
- [ ] I've updated documentation (if needed)
- [ ] I've confirmed this change is backwards compatible / won't break anything
@mszczepanczyk is attempting to deploy a commit to the AS93 Team on Vercel.
A member of the Team first needs to authorize it.
idk I don't have the logs anymore but I'm pretty sure the app cannot get up without this table and I haven't done anything peculiar, just built the docker container by myself from the Dockerfile
That's really weird.
The only thing I can think of, is that you set the DL_ENV_TYPE to 'managed' (it should stay defaulted to selfHosted). The managed instance does require the users table, but it also needs a full oauth setup.