mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
services -> shares in the schema (#144)
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
-- +migrate Up
|
||||
|
||||
alter table services rename to shares;
|
||||
alter sequence services_id_seq1 rename to shares_id_seq1;
|
||||
alter index services_pkey1 rename to shares_pkey1;
|
||||
alter index services_token_key rename to shares_token_key;
|
||||
alter index services_z_id_key1 rename to shares_z_id_key1;
|
||||
alter table shares rename constraint services_environment_id_fkey to shares_environment_id_fkey;
|
Reference in New Issue
Block a user