Skip to content

Commit c180248

Browse files
authored
chore: Add missing dev test repo snapshot (#720)
1 parent a68925f commit c180248

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"attributes": [
3+
{
4+
"allow_nil?": false,
5+
"default": "fragment(\"gen_random_uuid()\")",
6+
"generated?": false,
7+
"precision": null,
8+
"primary_key?": true,
9+
"references": null,
10+
"scale": null,
11+
"size": null,
12+
"source": "id",
13+
"type": "uuid"
14+
},
15+
{
16+
"allow_nil?": true,
17+
"default": "nil",
18+
"generated?": false,
19+
"precision": null,
20+
"primary_key?": false,
21+
"references": null,
22+
"scale": null,
23+
"size": null,
24+
"source": "name",
25+
"type": "text"
26+
},
27+
{
28+
"allow_nil?": true,
29+
"default": "nil",
30+
"generated?": false,
31+
"precision": null,
32+
"primary_key?": false,
33+
"references": null,
34+
"scale": null,
35+
"size": null,
36+
"source": "owner_id",
37+
"type": "uuid"
38+
}
39+
],
40+
"base_filter": null,
41+
"check_constraints": [],
42+
"create_table_options": null,
43+
"custom_indexes": [],
44+
"custom_statements": [],
45+
"has_create_action": true,
46+
"hash": "91AC15B568CA41F1EFE4B3AE9F4B40FCEF1D94B91F295C04C8685F4AC698E3DB",
47+
"identities": [
48+
{
49+
"all_tenants?": false,
50+
"base_filter": null,
51+
"index_name": "multitenant_orgs_unique_by_name_index",
52+
"keys": [
53+
{
54+
"type": "atom",
55+
"value": "name"
56+
}
57+
],
58+
"name": "unique_by_name",
59+
"nils_distinct?": true,
60+
"where": null
61+
}
62+
],
63+
"multitenancy": {
64+
"attribute": "id",
65+
"global": true,
66+
"strategy": "attribute"
67+
},
68+
"repo": "Elixir.AshPostgres.DevTestRepo",
69+
"schema": null,
70+
"table": "multitenant_orgs"
71+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs/contributors>
2+
3+
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)