[RELEASE] - bump version

This commit is contained in:
2025-04-05 12:55:27 +02:00
parent 528636de5d
commit 9e9dc0fef6
5 changed files with 1 additions and 1 deletions

5
sql/v0.5.0/001-nodes.sql Normal file
View 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);