mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 16:15:04 +02:00
shares.unique_name for tracking unique names (#632)
This commit is contained in:
@ -0,0 +1,3 @@
|
|||||||
|
-- +migrate Up
|
||||||
|
|
||||||
|
alter table shares add column unique_name boolean not null default (false);
|
@ -0,0 +1,3 @@
|
|||||||
|
-- +migrate Up
|
||||||
|
|
||||||
|
alter table shares add column unique_name boolean not null default (false);
|
Reference in New Issue
Block a user