-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtables.yml
77 lines (77 loc) · 1.34 KB
/
tables.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
audit-logs:
key: id
ttl: ttl
indexes:
organization-id: organization,timestamp
rack: rack,timestamp
challenges:
key: id
ttl: ttl
deploy-keys:
key: id
indexes:
key-hash: key-hash
organization-id: organization-id
installs:
key: id
integrations:
key: id
indexes:
organization-id: organization-id
jobs:
key: id
indexes:
created: created
job-created-org: organization-id,created
organization-id: organization-id
status-created: status,created
workflow-id-created: workflow-id,created
organization-invites:
key: id
indexes:
email: email
organization-id: organization-id
token: token
organizations:
key: id
indexes:
name: name
racks:
key: id
indexes:
organization-id: organization-id
sessions:
key: id
ttl: ttl
indexes:
user-id: user-id
tokens:
key: id
indexes:
user-id: user-id
uninstalls:
key: id
updates:
key: id
indexes:
rack-id-created: rack-id,created
users:
key: id
indexes:
api-key-hash: api-key-hash
email: email
github-id: github-id
password-reset-token: password-reset-token
webhooks:
key: id
indexes:
app-id: app-id
integration-id: integration-id
rack-id: rack-id
workflows:
key: id
indexes:
integration-id: integration-id
name: name
organization-id: organization-id
trigger-id: trigger-id