Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
538e4bf2
Commit
538e4bf2
authored
May 11, 2017
by
LE GAC Renaud
Browse files
Update the database schema to add the missing table graphs.
parent
c146064d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
docs/db_schema/database.png
docs/db_schema/database.png
+0
-0
docs/db_schema/database.xml
docs/db_schema/database.xml
+20
-0
No files found.
docs/db_schema/database.png
View replaced file @
c146064d
View file @
538e4bf2
172 KB
|
W:
|
H:
251 KB
|
W:
|
H:
2-up
Swipe
Onion skin
docs/db_schema/database.xml
View file @
538e4bf2
...
...
@@ -563,4 +563,24 @@
<part>
id
</part>
</key>
</table>
<table
x=
"834"
y=
"616"
name=
"graphs"
>
<row
name=
"id"
null=
"1"
autoincrement=
"1"
>
<datatype>
integer
</datatype>
<default>
NULL
</default></row>
<row
name=
"graph"
null=
"0"
autoincrement=
"0"
>
<datatype>
string
</datatype>
</row>
<row
name=
"definition"
null=
"1"
autoincrement=
"0"
>
<datatype>
text
</datatype>
<default>
NULL
</default></row>
<row
name=
"stack_axis"
null=
"1"
autoincrement=
"0"
>
<datatype>
string
</datatype>
<default>
NULL
</default></row>
<row
name=
"stack_granularity"
null=
"1"
autoincrement=
"0"
>
<datatype>
string
</datatype>
<default>
NULL
</default></row>
<key
type=
"PRIMARY"
name=
""
>
<part>
id
</part>
</key>
</table>
</sql>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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