Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
data-schemas
Commits
d4cd74ce
Commit
d4cd74ce
authored
Oct 15, 2019
by
Frederik Wegner
Browse files
Merge branch 'feature/firebase-token' into 'development'
Add field for firebase-token to session table See merge request
!5
parents
4c10fe34
cdcf92ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
akamuschema.sql
View file @
d4cd74ce
...
...
@@ -796,6 +796,7 @@ CREATE TABLE IF NOT EXISTS `trainingsubscription` (
`idsession`
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
`user`
INT
UNSIGNED
NOT
NULL
,
`version`
INT
UNSIGNED
NOT
NULL
DEFAULT
1
,
`token`
TINYTEXT
NOT
NULL
,
CONSTRAINT
`fk_session_user`
FOREIGN
KEY
(
`user`
)
REFERENCES
`user`
(
`iduser`
)
...
...
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