From b17f7c004ecbca6bbc8982d7f0d2b2dc4db3931a Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 26 Apr 2017 22:32:05 +0200 Subject: [PATCH] readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 835abba..f7f6fe1 100755 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Migrations/0.0.7-0.1.0.0/Migration.hs` * No database changes, just new dependencies to install. ### 0.1.8.8-0.1.9.0 +* Run `ALTER TABLE "token" DROP COLUMN "user";` from your postgres console. * You can drop the table `activator` from the database. It is no longer needed. ## Acknowledgements: