dydrich / e-school

1 stars 1 forks source link

presidente commissione #189

Closed dydrich closed 7 years ago

dydrich commented 7 years ago

inserimento del nome del presidente di commissione e relativa modifica ai documenti in PDF, per riportare il nome in modo automatico. Indicare anche vice e segretario

dydrich commented 7 years ago

CREATE TABLE IF NOT EXISTS rb_dati_amministrativi_esame ( id int(11) NOT NULL AUTO_INCREMENT, anno int(11) NOT NULL, presidente text NOT NULL, vice int(11) DEFAULT NULL, segretario int(11) DEFAULT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;

ALTER TABLE registro_elettronico.rb_dati_amministrativi_esame ADD UNIQUE unq_year ( anno ) COMMENT '';