mirror of https://github.com/hashicorp/boundary
Rename table from servers to server (#307)
parent
9ca8a4ec20
commit
58dec98ea2
@ -1,6 +1,5 @@
|
||||
begin;
|
||||
|
||||
drop table workers;
|
||||
drop table controllers;
|
||||
drop table server;
|
||||
|
||||
commit;
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
package servers
|
||||
|
||||
func (s *Server) TableName() string {
|
||||
return "server"
|
||||
}
|
||||
Loading…
Reference in new issue