aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/update/pre002990-1-intezmeny.sql
blob: f154942129715b4045c00144b9e910c88a73b879 (plain)
1
2
3
4
5
6
7
8
alter table hianyzasOsszesites 
add column `gyakorlatIgazolt` smallint(5) unsigned DEFAULT NULL,
add column `gyakorlatIgazolatlan` smallint(5) unsigned DEFAULT NULL,
add column `gyakorlatKesesPercOsszeg` smallint(5) unsigned DEFAULT NULL,
add column `elmeletIgazolt` smallint(5) unsigned DEFAULT NULL,
add column `elmeletIgazolatlan` smallint(5) unsigned DEFAULT NULL,
add column `elmeletKesesPercOsszeg` smallint(5) unsigned DEFAULT NULL;