Skip to content
Snippets Groups Projects
Commit c474b2e7 authored by DESERT Romain's avatar DESERT Romain
Browse files

edit default sql file for training manager

parent 0fc10268
No related branches found
No related tags found
1 merge request!1Merge Request - Développement vers Main (Draft)
...@@ -129,9 +129,9 @@ CREATE TABLE IF NOT EXISTS `entrainements` ( ...@@ -129,9 +129,9 @@ CREATE TABLE IF NOT EXISTS `entrainements` (
-- --
INSERT INTO `entrainements` (`id`, `user_id`, `date`, `type`, `duree`, `description`, `lieu`, `niveau`, `capacite_max`, `instructeur`, `statut`, `created_at`, `updated_at`) VALUES INSERT INTO `entrainements` (`id`, `user_id`, `date`, `type`, `duree`, `description`, `lieu`, `niveau`, `capacite_max`, `instructeur`, `statut`, `created_at`, `updated_at`) VALUES
(1, 1, '2025-02-02 14:00:00', 'Dressage', 60, 'Séance de dressage pour débutants', 'Manège principal', 'Débutant', 8, 'Marie Dupont', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:25:47'), (1, 1, '2026-02-02 14:00:00', 'Dressage', 60, 'Séance de dressage pour débutants', 'Manège principal', 'Débutant', 8, 'Marie Dupont', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:25:47'),
(2, 1, '2025-02-22 10:00:00', 'Saut d\'obstacles', 90, 'Entraînement aux obstacles', 'Carrière extérieure', 'Intermédiaire', 6, 'Jean Martin', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:26:01'), (2, 1, '2025-12-22 10:00:00', 'Saut d\'obstacles', 90, 'Entraînement aux obstacles', 'Carrière extérieure', 'Intermédiaire', 6, 'Jean Martin', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:26:01'),
(3, 2, '2025-03-12 16:00:00', 'Cross', 120, 'Parcours cross-country', 'Parcours extérieur', 'Avancé', 5, 'Sophie Bernard', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:26:31'), (3, 2, '2125-03-12 16:00:00', 'Cross', 120, 'Parcours cross-country', 'Parcours extérieur', 'Avancé', 5, 'Sophie Bernard', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:26:31'),
(4, 3, '2025-02-10 09:00:00', 'Voltige', 45, 'Initiation à la voltige', 'Manège couvert', 'Débutant', 10, 'Pierre Dubois', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:26:51'); (4, 3, '2025-02-10 09:00:00', 'Voltige', 45, 'Initiation à la voltige', 'Manège couvert', 'Débutant', 10, 'Pierre Dubois', 'planifié', '2025-01-15 20:14:01', '2025-01-22 18:26:51');
-- -------------------------------------------------------- -- --------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment