Skip to content
Snippets Groups Projects
Commit 6a330ec9 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

update

parent d1a6f269
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS config ( ...@@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS config (
"default_permissions" INT NOT NULL DEFAULT 0, "default_permissions" INT NOT NULL DEFAULT 0,
"schedule_config" JSONB NOT NULL DEFAULT '{}', "schedule_config" JSONB NOT NULL DEFAULT '{}',
"mail_templates" JSONB NOT NULL DEFAULT '{}', "mail_templates" JSONB NOT NULL DEFAULT '{}',
"training_mail_reminder_days" INT NOT NULL DEFAULT 7, "training_mail_reminder_days" INT NOT NULL DEFAULT 7
); );
CREATE TABLE IF NOT EXISTS study_programs ( CREATE TABLE IF NOT EXISTS study_programs (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment