[RELEASE] - bump version
This commit is contained in:
5
sql/v0.5.0/001-nodes.sql
Normal file
5
sql/v0.5.0/001-nodes.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- make device index unique
|
||||
|
||||
DROP INDEX IF EXISTS public.i_nodes_type;
|
||||
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS i_nodes_device ON public.nodes (device);
|
||||
Reference in New Issue
Block a user