strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.09k stars 438 forks source link

Chore: update the data.zip without any admin users created #110

Closed Mcastres closed 2 years ago

Mcastres commented 2 years ago
ivanThePleasant commented 2 years ago

I'm a bit confused by this one. So, you just cleared all admin users from the dump.sql in data.zip? That db seems to be empty, I checked. If that's the desired behavior, then all good I guess

Mcastres commented 2 years ago

Yes, this is what the database always looks like. Empty admin users but other CTs are there. You can actually hit the API to check (ex: /api/articles, /restaurants etc...)

ivanThePleasant commented 2 years ago

Yep, checked, seeding works ok, CTs are there, everything seems to work as intended 👍

Mcastres commented 2 years ago

Thank you very much @ivanThePleasant 🙏