summaryrefslogtreecommitdiff
path: root/db/groups.csv
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-17 16:48:25 -0600
committermo khan <mo@mokhan.ca>2025-03-17 16:48:25 -0600
commit338ff46e4ab799a4b159f8c2a79b73751f920727 (patch)
tree48924f09c5a65c3e2238882c87e6d195e4ff0adb /db/groups.csv
parent084ec28adef9f16a0f38f0457662e9695dfcff8a (diff)
feat: fix the csv data and serve it from the REST API
Diffstat (limited to 'db/groups.csv')
-rw-r--r--db/groups.csv18
1 files changed, 9 insertions, 9 deletions
diff --git a/db/groups.csv b/db/groups.csv
index 1ff280b6..03fcf608 100644
--- a/db/groups.csv
+++ b/db/groups.csv
@@ -1,9 +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"
+"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"