bluesky-social / feed-generator

ATProto Feed Generator Starter Kit
MIT License
1.08k stars 384 forks source link

"user" is a reserved word in Postgres #32

Closed aliceisjustplaying closed 1 year ago

aliceisjustplaying commented 1 year ago

Thus if you switch out sqlite3, it will fail to create the table. I set up one called atproto_user instead. I think it should default to another name. If it's beyond the scope of the started it should at least be noted in the README because I'm sure plenty of people will run into this.

dholms commented 1 year ago

wait do we have a user table here?

aliceisjustplaying commented 1 year ago

you do not. only i do. my brain glitched somewhere 🤦‍♀️ apologies

dholms commented 1 year ago

haha you're good 😛

i've made this mistake more times than i care to admit