Skip to content
Snippets Groups Projects

Sazba diplomů

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

Files

+ 2
0
@@ -540,6 +540,8 @@ CREATE TABLE certificates (
UNIQUE (cert_set_id, user_id, type)
);
CREATE INDEX certificates_user_id_index ON certificates (user_id);
-- Odeslané mailové notifikace
CREATE TABLE sent_email (
Loading