AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Split demo_data.sql into "minimum necessary data" and "actual demo data" #891

Open bcipriano opened 3 years ago

bcipriano commented 3 years ago

Describe the enhancement demo_data.sql is misleadingly named, as it actually contains some data which is needed for OpenCue to function at all. Our docs mention populating the database with this data, but it's unclear that it's actually needed.

Some of the data contained in that file is actually demo data, like example shows, facilities, and so on.

We should split this file, so that we have both a) a "minimum needed data" for starting a fresh production deployment (initial_data.sql maybe?), and b) an actual "demo data" for experimenting with a new deployment.

Screenshots N/A

Version Number 8d874a392bb420ee26a70dc240b42a65366fea3d

Additional context Add any other context here.

larsbijl commented 3 years ago

We should remove the values that are being set in the CONFIG table but are no longer used.

These are not referenced anywhere and are likely to confuse new Ops.