From 56331a6109300736ebf8f1250f04f06c88e95177 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 27 Mar 2025 15:25:34 -0600 Subject: refactor: split csv files into sub directory to simulate separate databases --- db/api/groups.csv | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 db/api/groups.csv (limited to 'db/api/groups.csv') diff --git a/db/api/groups.csv b/db/api/groups.csv new file mode 100644 index 00000000..03fcf608 --- /dev/null +++ b/db/api/groups.csv @@ -0,0 +1,9 @@ +"id","organization_id","parent_id","name" +1,1,-1,"A" +2,1,-1,"B" +3,2,-1,"gitlab-org" +4,2,-1,"gitlab-com" +5,2,4,"gl-security" +6,2,5,"test-projects" +7,2,4,"support" +8,2,7,"toolbox" -- cgit v1.2.3