PREreview / prereview

MIT License
9 stars 0 forks source link

Fix seed data for dev site #49

Open jheretic opened 3 years ago

jheretic commented 3 years ago

Currently database seeds won't insert for the dev site. This is because the mikro-orm-based fixtures library that we use requires introspection of the database entities, but this information is not available in the final build. Some possible fixes include:

dasaderi commented 3 years ago

We need to check if this has been done.