Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
tcexam_uibk
Commits
a70c77af
Commit
a70c77af
authored
Mar 06, 2017
by
Ewald
Browse files
db change: add group to module
parent
c713c91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
install/postgres_db_structure_functions.sql
install/postgres_db_structure_functions.sql
+2
-0
No files found.
install/postgres_db_structure_functions.sql
View file @
a70c77af
-- modifying to assign group to module
ALTER
TABLE
tcexam
.
tce_modules
ADD
COLUMN
module_group_id
bigint
NOT
NULL
DEFAULT
0
;
-- modifying the schema to allow an external_id
-- modifying the schema to allow an external_id
...
...
User expired
@c102215
mentioned in commit
e19bfeee
·
Mar 21, 2017
mentioned in commit
e19bfeee
mentioned in commit e19bfeee467e1a4ad451d0550386bf2d9aaf85aa
Toggle commit list
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