From 253e76d8cc718acef6bab802c76c4a70623b59cc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 3 Jun 2014 16:37:50 +0200 Subject: Add support for adding SSH public keys to profiles Users can now add an SSH public key on the account edit page. This will later be used to authenticate users via SSH. Signed-off-by: Lukas Fleischer --- upgrading/4.0.0.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upgrading/4.0.0.txt (limited to 'upgrading/4.0.0.txt') diff --git a/upgrading/4.0.0.txt b/upgrading/4.0.0.txt new file mode 100644 index 00000000..543fbac9 --- /dev/null +++ b/upgrading/4.0.0.txt @@ -0,0 +1,5 @@ +1. Add a field for the SSH public key to the Users table: + +---- +ALTER TABLE Users ADD COLUMN SSHPubKey VARCHAR(4096) NULL DEFAULT NULL; +---- -- cgit v1.2.3-24-g4f1b