Skip to content

Commit f406dcd

Browse files
committed
Bad merge?
1 parent 326cbec commit f406dcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/workload/stateless/stacks/filemanager/database/migrations/0001_add_object_table.sql

+4
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ create table object (
44
object_id uuid not null primary key,
55
-- Attributes for a group of objects.
66
attributes jsonb default null
7+
-- The unique id for this object group.
8+
object_id uuid not null primary key,
9+
-- Attributes for a group of objects.
10+
attributes jsonb default null
711
);

0 commit comments

Comments
 (0)