Skip to content
Snippets Groups Projects

Sazba diplomů

Merged Martin Mareš requested to merge diplomy into devel
Compare and Show latest version
22 files
+ 922
195
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
6
@@ -507,13 +507,8 @@ CREATE TABLE cert_sets (
contest_id int PRIMARY KEY REFERENCES contests(contest_id) ON DELETE CASCADE,
-- nastavení certifikátů
changed_at timestamp with time zone NOT NULL DEFAULT CURRENT_TIMESTAMP, -- kdy se naposledy změnilo
signer1_name text DEFAULT NULL,
signer1_title text DEFAULT NULL,
signer2_name text DEFAULT NULL,
signer2_title text DEFAULT NULL,
issue_place text DEFAULT NULL,
issue_date text DEFAULT NULL,
background_file text DEFAULT NULL, -- relativně vůči mo.util.data_dir('cert')
design_params jsonb NOT NULL DEFAULT '{}', -- viz mo.jobs.certs.DesignParams
tex_hacks text NOT NULL DEFAULT '',
-- vygenerované certifikáty
scoretable_id int DEFAULT NULL REFERENCES score_tables(scoretable_id), -- ze které výsledkovky
Loading