Skip to content

Schema changes for prescale alias developments to make schema v8

Benedict Allbrooke requested to merge SchemaForAlias into master

Schema changes to the prescale alias and prescale alias row tables reflecting discussions on how we will use these:

  • Add Trigger Panel name column to prescale alias
  • Add link to BunchGroup key to prescale alias
  • Add Luminosity base to prescale alias row as a number which cannot be empty e.g. if we have e32 we will store 32 here

Also have a patch file to update from version 7 to version 8.

Dev2 DB will be more complex to patch as there is already data in these tables. Will either drop tables and start them again or adjust patch file so that default values are written to new columns. Will also need to insert BGK into Dev2 to allow that link to happen.

@stelzer @cmerlass @tnobe

Merge request reports