Skip to content

Export ImageServer

Each used ImageServer should be exported, in a new table named image_server, with the following fields:

  • id (same as on the instance, as an integer)
  • url (unique)
  • max_width & max_height
  • display_name

Please add a foreign key on the image table toward the used image_server, but do not alter the image url generation (the url must stay complete on the image table).