From 95f8376c20f174557bdd91041a7fe5ee3fc5c9f5 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 19 Mar 2020 20:45:57 +0100
Subject: [PATCH] Fix Rugby short description

---
 server/db/populate.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/db/populate.sql b/server/db/populate.sql
index 2f1dcf58..2107afb9 100644
--- a/server/db/populate.sql
+++ b/server/db/populate.sql
@@ -38,7 +38,7 @@ insert or ignore into Variants (name,description) values
   ('Rifle', 'Shoot pieces'),
   ('Recycle', 'Reuse pieces'),
   ('Royalrace', 'Kings cross the 11x11 board'),
-  ('Rugby', 'Score a try'),
+  ('Rugby', 'Transform an essay'),
   ('Shatranj', 'Ancient rules'),
   ('Suicide', 'Lose all pieces'),
   ('Suction', 'Attract opposite king'),
-- 
2.48.1