From d8a7dd49335e8547546d9ce8526baf9d35486843 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 8 Jun 2019 05:43:41 +1000 Subject: [PATCH] Add treasure? --- public/content/task_list.md | 1 + sql/update.sql | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/task_list.md b/public/content/task_list.md index 7027d5e..5a61f91 100644 --- a/public/content/task_list.md +++ b/public/content/task_list.md @@ -29,6 +29,7 @@ Patch * Pull the balance numbers out into a config file. * Ezekiel-powered discord role for kingdom battles players. * Refactor callback-hell (yes, it is that bad). +* Treasure? Potential And Confirmed Bugs --- diff --git a/sql/update.sql b/sql/update.sql index 7ba7006..93c9cbd 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -1,3 +1,2 @@ #NOTE: ALWAYS, ALWAYS, ALWAYS write a script in revert.sql that undoes these changes -ALTER TABLE diagnostics ADD COLUMN activity INTEGER DEFAULT NULL; \ No newline at end of file