domain-locker icon indicating copy to clipboard operation
domain-locker copied to clipboard

Add user_info table to schema.sql

Open mszczepanczyk opened this issue 1 month ago • 3 comments

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 avatar Nov 20 '25 10:11 mszczepanczyk

@mszczepanczyk is attempting to deploy a commit to the AS93 Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Nov 20 '25 10:11 vercel[bot]

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

mszczepanczyk avatar Nov 24 '25 12:11 mszczepanczyk

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.

Lissy93 avatar Nov 24 '25 19:11 Lissy93