aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/collagen/matchbox/db/main/initial_data.json')
-rw-r--r--src/collagen/matchbox/db/main/initial_data.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/collagen/matchbox/db/main/initial_data.json b/src/collagen/matchbox/db/main/initial_data.json
new file mode 100644
index 0000000..613b7a5
--- /dev/null
+++ b/src/collagen/matchbox/db/main/initial_data.json
@@ -0,0 +1,23 @@
+[
+ {
+ "model": "main.FileType",
+ "pk": 1,
+ "fields": {
+ "name": "obj"
+ }
+ },
+ {
+ "model": "main.FileType",
+ "pk": 2,
+ "fields": {
+ "name": "sym"
+ }
+ },
+ {
+ "model": "main.FileType",
+ "pk": 3,
+ "fields": {
+ "name": "dir"
+ }
+ }
+]