Skip to content

Commit

Permalink
Fix #237 : requete manquante
Browse files Browse the repository at this point in the history
  • Loading branch information
axel584 committed Aug 10, 2016
1 parent 2527f8f commit 11b7499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/changelog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,7 @@ CREATE TABLE personoj_lecionoj (
`persono_id` int(11) NOT NULL,
`leciono_id` int(11) NOT NULL,
PRIMARY KEY (`id`)) ENGINE = InnoDB CHARSET=utf8 COLLATE utf8_general_ci;

-- passage en V7
UPDATE `lecioneroj` SET lasta=0 WHERE `leciono_id` = 71 and ordo=1;
INSERT INTO `lecioneroj` (`id`, `leciono_id`, `titolo`, `tipo`, `ordo`, `unua`, `lasta`) VALUES (NULL, '71', 'Bravo !', 'TEKSTO', '2',0,1);

0 comments on commit 11b7499

Please sign in to comment.