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
1120a249
authored
Sep 13, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://scm.ujaen.es/softuno/pictogram
parents
462ea113
9ab0e3e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
.gitignore
sails/roles/database/files/test-autismojaen.sql
.gitignore
View file @
1120a249
...
...
@@ -25,8 +25,10 @@ sails/src/assets/scripts/config.js
sails/src/config/ssl/**/*.key
sails/src/config/ssl/**/*.crt
sails/src/config/ssl/**/*.csr
sails/src/config/ssl/**/*.pem
sails/src/config/local.js
sails/src/node_modules
sails/src/certbot.log
sails/.vagrant
sails/logs/
sails/npm-debug.log
...
...
sails/roles/database/files/test-autismojaen.sql
View file @
1120a249
...
...
@@ -52,7 +52,7 @@ INSERT IGNORE INTO `supervisor` (
'$2a$10$F/n1q5TLFMvebKIwE/MMNOEpTuGNK1p.Nc85on0ptvPPDR6QqGv4C'
,
true
,
(
SELECT
id
from
office
where
email
=
'belen.perez@autismojaen.es'
),
'
/upload/supervisors/belen
.jpg'
'
defaultAvatar
.jpg'
);
UPDATE
office
...
...
@@ -184,7 +184,7 @@ INSERT IGNORE INTO `student` (
'2015-01-01'
,
'M'
,
'ES'
,
'
/app/img/default
.jpg'
,
'
defaultAvatar
.jpg'
,
NULL
,
'es-es'
,
(
SELECT
id
from
office
WHERE
email
=
'belen.perez@autismojaen.es'
),
...
...
@@ -197,7 +197,7 @@ INSERT IGNORE INTO `student` (
'2015-01-01'
,
'M'
,
'ES'
,
'
/app/img/default
.jpg'
,
'
defaultAvatar
.jpg'
,
NULL
,
'es-es'
,
(
SELECT
id
from
office
WHERE
email
=
'belen.perez@autismojaen.es'
),
...
...
@@ -210,7 +210,7 @@ INSERT IGNORE INTO `student` (
'2015-01-01'
,
'M'
,
'ES'
,
'
/app/img/default
.jpg'
,
'
defaultAvatar
.jpg'
,
NULL
,
'es-es'
,
(
SELECT
id
from
office
WHERE
email
=
'belen.perez@autismojaen.es'
),
...
...
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