Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Felipe Zapata
Pod backend
Commits
94fa830a
Commit
94fa830a
authored
4 years ago
by
Koen van der Veen
Browse files
Options
Download
Email Patches
Plain Diff
add required photo properties
parent
539c3542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
res/autogenerated_database_schema.json
+15
-0
res/autogenerated_database_schema.json
with
15 additions
and
0 deletions
+15
-0
res/autogenerated_database_schema.json
+
15
-
0
View file @
94fa830a
...
...
@@ -4413,6 +4413,11 @@
"dbtype"
:
"Text"
,
"indexed"
:
false
},
{
"name"
:
"channels"
,
"dbtype"
:
"Integer"
,
"indexed"
:
false
},
{
"name"
:
"dateAccessed"
,
"dbtype"
:
"DateTime"
,
...
...
@@ -4463,6 +4468,11 @@
"dbtype"
:
"Text"
,
"indexed"
:
false
},
{
"name"
:
"height"
,
"dbtype"
:
"Integer"
,
"indexed"
:
false
},
{
"name"
:
"importJson"
,
"dbtype"
:
"Text"
,
...
...
@@ -4497,6 +4507,11 @@
"name"
:
"version"
,
"dbtype"
:
"Integer"
,
"indexed"
:
false
},
{
"name"
:
"width"
,
"dbtype"
:
"Integer"
,
"indexed"
:
false
}
]
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets