Skip to content
Snippets Groups Projects
Verified Commit f59b2a57 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridana polozka pro recniky

parent ecc6fdf2
No related branches found
No related tags found
No related merge requests found
Pipeline #1994 passed
......@@ -3,7 +3,7 @@ image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 1.6.1
IMAGE_VER: 1.7.0
services:
- docker:19.03.1-dind
......
......@@ -25,6 +25,8 @@ __PACKAGE__->add_columns(
discussion_opened
title
proposer
speakers
vote
description
),
);
......
openapi: 3.0.3
info:
version: 1.6.0
version: 1.7.0
title: CF Online
description: CF Online
license:
......@@ -73,6 +73,12 @@ components:
proposer:
type: string
nullable: true
speakers:
type: string
nullable: true
vote:
type: string
nullable: true
description:
type: string
nullable: true
......
alter table "program" add column "speakers" text;
alter table "program" add column "vote" text;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment