Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
21fc48ba
authored
Mar 09, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
modifications to db updated
parent
3a761055
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sails/conf/pictodb-data.sql
sails/conf/pictodb.sql
sails/conf/pictodb-data.sql
View file @
21fc48ba
This diff is collapsed.
Click to expand it.
sails/conf/pictodb.sql
View file @
21fc48ba
...
...
@@ -389,7 +389,8 @@ CREATE TABLE IF NOT EXISTS `stu_picto` (
`attributes`
varchar
(
1000
)
COLLATE
utf8_unicode_ci
DEFAULT
NULL
COMMENT
'JSON object describing the properties of the picto according to the properties defined in meta_picto'
,
PRIMARY
KEY
(
`id`
),
KEY
`fk_picto`
(
`id_pic`
),
KEY
`id_stu`
(
`id_stu`
)
KEY
`id_stu`
(
`id_stu`
),
UNIQUE
`uq_stupicto`
(
`id_stu`
,
`id_pic`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COLLATE
=
utf8_unicode_ci
AUTO_INCREMENT
=
1
;
-- --------------------------------------------------------
...
...
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