Skip to content
Snippets Groups Projects
Commit d74bb0f2 authored by Simon Künzel's avatar Simon Künzel
Browse files

Change semester type in db

parent 2530dcf3
Branches
Tags
No related merge requests found
......@@ -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" character 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment