Move SSHKey table to Auth database
Summary: Ref T5833. Since these will no longer be bound specifically to users, bring them to a more central location. Test Plan: - Edited SSH keys. - Ran `bin/ssh-auth` and `bin/ssh-auth-key`. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T5833 Differential Revision: https://secure.phabricator.com/D10791
This commit is contained in:
1
resources/sql/autopatches/20141105.ssh.1.rename.sql
Normal file
1
resources/sql/autopatches/20141105.ssh.1.rename.sql
Normal file
@@ -0,0 +1 @@
|
||||
RENAME TABLE {$NAMESPACE}_user.user_sshkey TO {$NAMESPACE}_auth.auth_sshkey;
|
||||
Reference in New Issue
Block a user