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