discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
385 stars 40 forks source link

Ghost user being created before tables exist #48

Closed Codycody31 closed 2 months ago

Codycody31 commented 3 months ago

https://github.com/discuitnet/discuit/blob/ab514cf2adbb205ae7a4d9536d078668fa4d279b/main.go#L45-L47

the ghost user is being created before flags are being checked. Allowing for it to run on a migrate cmd, failing.