Formate neu importieren (zum Go Live) #61

Closed
opened 2025-09-25 11:18:51 +02:00 by fehnomenal · 1 comment
Owner

Option 1:

deploy temporary version which imports for a defined set of users. these users are hardcoded and come from those who have already created formats.

Option 2:

Compare the names of existing and old formats and import those that are not yet existing. This would be a penalty on each login, but probably not that much.

## Option 1: deploy temporary version which imports for a defined set of users. these users are hardcoded and come from those who have already created formats. ## Option 2: Compare the names of existing and old formats and import those that are not yet existing. This would be a penalty on each login, but probably not that much.
Author
Owner

With the prod deployment this is no longer important.
If necessary, just remove all formats from the prod db:

DELETE FROM [dbo].[export_formats] WHERE is_system = 0
With the prod deployment this is no longer important. If necessary, just remove all formats from the prod db: ```tsql DELETE FROM [dbo].[export_formats] WHERE is_system = 0 ```
Sign in to join this conversation.
No description provided.