summaryrefslogtreecommitdiffstats
path: root/upgrading/4.0.0.txt
blob: 543fbac9edd1a4d4b218a3f4893785b324d22396 (plain)
1
2
3
4
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;
----