Skip to content

Commit

Permalink
Merge pull request #309 from iArchitSharma/line
Browse files Browse the repository at this point in the history
removed first row
  • Loading branch information
iArchitSharma committed Jun 29, 2024
2 parents 7e8062d + d09aec5 commit e2a1fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/data/csv/keys.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
,,,Authorization,,,,,,,,,,Keychain,,Keys,,,
Category,Function,Feature,User,Team Admin,Workspace Manager,Workspace Admin,Org Billing Manager,Org Admin,Provider Admin,,Curator,MeshMap,Keychain ID,SQL,Key ID,SQL,Inserted,Local Provider
Catalog ,Share Design,"Share design with anyone within your organization, and make your design easily accessible to all relevant team members.",X,X,X,X,,X,X,,,,Catalog Management,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('Catalog Management','Share Design', NOW(), uuid_nil())",d9ae2b08-762f-418f-916f-43de736b53e2,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('d9ae2b08-762f-418f-916f-43de736b53e2','Catalog Management','Catalog Management','Catalog ','Share Design','Share design with anyone within your organization, and make your design easily accessible to all relevant team members.', NOW(), uuid_nil())",X,TRUE
Catalog,Clone Design,Clone any published design to customise it according to your use cases,X,X,X,X,,X,X,,,,Catalog Management,"INSERT INTO keychains (id, name, created_at, owner) VALUES ('Catalog Management','Clone Design', NOW(), uuid_nil())",94a12f80-3c45-4a1f-afb2-a68b909d0d7f,"INSERT INTO keys (id, keychain_id, category, subcategory, function, description, created_at, owner) VALUES ('94a12f80-3c45-4a1f-afb2-a68b909d0d7f','Catalog Management','Catalog Management','Catalog','Clone Design','Clone any published design to customise it according to your use cases', NOW(), uuid_nil())",X,TRUE
Expand Down

0 comments on commit e2a1fb1

Please sign in to comment.