Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
videoag
backend_api
Commits
d74bb0f2
Commit
d74bb0f2
authored
May 16, 2024
by
Simon Künzel
Browse files
Options
Downloads
Patches
Plain Diff
Change semester type in db
parent
2530dcf3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/db_schema_postgres.sql
+1
-1
1 addition, 1 deletion
config/db_schema_postgres.sql
with
1 addition
and
1 deletion
config/db_schema_postgres.sql
+
1
−
1
View file @
d74bb0f2
...
...
@@ -48,7 +48,7 @@ CREATE TABLE IF NOT EXISTS "courses_data" (
"created_by"
integer
DEFAULT
NULL
,
"time_created"
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
,
-- TODO info: default was not present
"time_updated"
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
,
-- TODO info: default was not present
"semester"
char
(
6
)
NOT
NULL
DEFAULT
''
,
"semester"
char
acter
varying
(
6
)
NOT
NULL
DEFAULT
''
,
"settings"
text
COLLATE
"pg_catalog"
.
"und-x-icu"
NOT
NULL
DEFAULT
''
,
"downloadable"
boolean
NOT
NULL
DEFAULT
true
,
"embedinvisible"
boolean
NOT
NULL
DEFAULT
false
,
...
...
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
sign in
to comment