Skip to content

Commit c3f6a31

Browse files
committed
Include organisationtype data from postgresql.org
These are the 4 organisationtype entries currently found on postgresql.org.
1 parent ea6f1a9 commit c3f6a31

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pgweb/core/fixtures/data.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,5 +2302,33 @@
23022302
"name": "Zimbabwe",
23032303
"tld": "zw"
23042304
}
2305+
},
2306+
{
2307+
"model": "core.organisationtype",
2308+
"pk": 1,
2309+
"fields": {
2310+
"typename": "Open Source Project"
2311+
}
2312+
},
2313+
{
2314+
"model": "core.organisationtype",
2315+
"pk": 2,
2316+
"fields": {
2317+
"typename": "Individual"
2318+
}
2319+
},
2320+
{
2321+
"model": "core.organisationtype",
2322+
"pk": 3,
2323+
"fields": {
2324+
"typename": "Not for profit"
2325+
}
2326+
},
2327+
{
2328+
"model": "core.organisationtype",
2329+
"pk": 4,
2330+
"fields": {
2331+
"typename": "Company"
2332+
}
23052333
}
23062334
]

0 commit comments

Comments
 (0)