48 lines
1.5 KiB
SQL
48 lines
1.5 KiB
SQL
-- MSIN-4467 — Rollback des libellés de la refonte visuelle
|
|
-- À exécuter seulement après retour à une version du code antérieure à MSIN-4467.
|
|
-- Supprime uniquement les nouvelles clés Info ajoutées par ce ticket.
|
|
|
|
DELETE FROM info
|
|
WHERE info_prg = 'compte.php'
|
|
AND info_clef IN (
|
|
'bib_v5_workspace_label',
|
|
'bib_v5_workspace_preparation',
|
|
'bib_v5_workspace_production',
|
|
'bib_v5_workspace_operations',
|
|
'bib_v5_workspace_settings',
|
|
'bib_v5_preparation_intro',
|
|
'bib_v5_group_quantities',
|
|
'bib_v5_group_bibs',
|
|
'bib_v5_modes_intro',
|
|
'bib_v5_stat_races',
|
|
'bib_v5_stat_registered',
|
|
'bib_v5_stat_assigned',
|
|
'bib_v5_stat_pending',
|
|
'bib_v5_race_ready',
|
|
'bib_v5_race_incomplete',
|
|
'bib_v5_quantities_title',
|
|
'bib_v5_bib_assignment_title',
|
|
'bib_v5_ranges_title',
|
|
'bib_v5_ranges_hint',
|
|
'bib_v5_method_title',
|
|
'bib_v5_batch_title',
|
|
'bib_v5_batch_hint',
|
|
'bib_v5_auto_title',
|
|
'bib_v5_auto_hint',
|
|
'bib_v5_advanced_actions',
|
|
'bib_v5_production_intro',
|
|
'bib_v5_production_planned',
|
|
'bib_v5_production_step_ranges',
|
|
'bib_v5_production_step_answers',
|
|
'bib_v5_production_step_review',
|
|
'bib_v5_production_step_printer',
|
|
'bib_v5_production_categories',
|
|
'bib_v5_production_ranges',
|
|
'bib_v5_production_color',
|
|
'bib_v5_production_questions',
|
|
'bib_v5_production_to_define',
|
|
'bib_v5_production_status',
|
|
'bib_v5_operations_intro',
|
|
'bib_v5_settings_intro'
|
|
);
|