Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MySchoolday
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TheDutchProgrammers
MySchoolday
Commits
70cf2ad1
Commit
70cf2ad1
authored
3 years ago
by
Miniontoby
Browse files
Options
Downloads
Patches
Plain Diff
Fixed myschoolday.sql
parent
c58b23b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
myschoolday.sql
+5
-5
5 additions, 5 deletions
myschoolday.sql
with
5 additions
and
5 deletions
myschoolday.sql
+
5
−
5
View file @
70cf2ad1
...
@@ -78,7 +78,7 @@ INSERT INTO `roles` (`role_id`, `role_name`) VALUES
...
@@ -78,7 +78,7 @@ INSERT INTO `roles` (`role_id`, `role_name`) VALUES
DROP
TABLE
IF
EXISTS
`permissions`
;
DROP
TABLE
IF
EXISTS
`permissions`
;
CREATE
TABLE
`permissions`
(
CREATE
TABLE
`permissions`
(
`perm_id`
int
(
11
)
NOT
NULL
,
`perm_id`
int
(
11
)
NOT
NULL
,
`perm_mod`
varchar
(
5
)
NOT
NULL
,
`perm_mod`
varchar
(
6
)
NOT
NULL
,
`perm_desc`
varchar
(
255
)
NOT
NULL
`perm_desc`
varchar
(
255
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
...
@@ -97,10 +97,10 @@ INSERT INTO `permissions` (`perm_id`, `perm_mod`, `perm_desc`) VALUES
...
@@ -97,10 +97,10 @@ INSERT INTO `permissions` (`perm_id`, `perm_mod`, `perm_desc`) VALUES
(
9
,
'ROSTER'
,
'Create new roster'
),
(
9
,
'ROSTER'
,
'Create new roster'
),
(
10
,
'ROSTER'
,
'Update roster'
),
(
10
,
'ROSTER'
,
'Update roster'
),
(
11
,
'ROSTER'
,
'Delete roster'
),
(
11
,
'ROSTER'
,
'Delete roster'
),
(
12
,
'H
OMEWO
RK'
,
'Create new homework'
),
(
12
,
'H
MW
RK'
,
'Create new homework'
),
(
13
,
'H
O
MEW
O
RK'
,
'Update homework'
),
(
13
,
'HMEWRK'
,
'Update homework'
),
(
14
,
'H
O
MEW
O
RK'
,
'Delete homework'
),
(
14
,
'HMEWRK'
,
'Delete homework'
),
(
15
,
'ST
UDE
NT'
,
'See homework'
);
(
15
,
'ST
D
NT'
,
'See homework'
);
--
--
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment