Skip to content
Snippets Groups Projects

Sazba diplomů

Compare and Show latest version
6 files
+ 84
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -532,6 +532,7 @@ CREATE TABLE cert_files (
cert_set_id int NOT NULL REFERENCES cert_sets(contest_id) ON DELETE CASCADE,
type cert_type NOT NULL,
pdf_file text NOT NULL, -- relativně vůči mo.util.data_dir('cert')
approved bool NOT NULL DEFAULT false,
UNIQUE (cert_set_id, type)
);
Loading