Skip to content

Commit

Permalink
feat: adds compliance schemas (#147)
Browse files Browse the repository at this point in the history
* basic compliance schemas

* stash

* commit new ent schemas

* update policy schema to avoid name conflicts

* add back refs

* add more inverse edges

* fix edges refs

* fix type references

* fix type references again

* missing edges

* add even more missing edges

* fix type conflicts

* remove spaces from field names

* fix more dumb mistakes

* task pr output

* small updates to schemas and edges

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>

---------

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
  • Loading branch information
matoszz and golanglemonade authored Nov 8, 2024
1 parent ea1b3fb commit e4d5efa
Show file tree
Hide file tree
Showing 239 changed files with 560,401 additions and 243,280 deletions.
303 changes: 303 additions & 0 deletions db/migrations-goose-postgres/20241108062011_compliance.sql

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion db/migrations-goose-postgres/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
h1:Svrsvb3yvv5Ya7U+l/qsi70Gq8d3AG+BdYRFYGtuwqk=
h1:0ZnIDaDgNEJIUlXIF8nwPX2SGF4LQ8tjYsS23GD25Fk=
20240827061503_init.sql h1:D0Ce7h0FSKpjtQOHZK5gXOpaPvlNAFHHzqfQQ8re0T4=
20241014185634_object_upload.sql h1:xeeCqYCpQ3RFWgNjnKV1GMHgTEoZK2aWv5a2EvU4DP8=
20241030173034_base.sql h1:+eJ3JGD5lzsP16mz7q+yD78Jvs7sTX8nBZQmS68hjoA=
20241108062011_compliance.sql h1:BnIBv9UvNo5a1Jnlce0VelxW+w9+ukGce1apTvbPxBo=
150 changes: 150 additions & 0 deletions db/migrations/20241108062010_compliance.sql

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion db/migrations/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
h1:H8I8c8yUEvZZvk8/JbKgPW24wWNXspYD+WwBHZB4pNo=
h1:PhmbjWEJPWKMAiMUIUB3Yz8IBqrbWyDDKTwc10GsQgM=
20240827061437_init.sql h1:9pQTZIsiDF3hW0HraVTzaU3M25iiy3MdxvhsZosxgvo=
20241014185633_object_upload.sql h1:0lzY0vj0gav3gMHGc8gm793zPeSQSMMHjt4c2V+7Eok=
20241108062010_compliance.sql h1:vmJyf1VhoKSRw9zRQKXsRtWJEEUYDbqZmpkyp89O/Tc=
Loading

0 comments on commit e4d5efa

Please sign in to comment.