2 Commits

+11 -1
View File
@@ -47,4 +47,14 @@ alter table asiakkaat add lauantaiKpl int not null default 0;
alter table asiakkaat add sunnuntaiKpl int not null default 0; alter table asiakkaat add sunnuntaiKpl int not null default 0;
--3.x.x->4.0.0 --3.x.x->4.0.0
alter table kuljetukset add tyyppi varchar(50); alter table kuljetukset add tyyppi varchar(50);
alter table asiakkaat add dinner_maanantaiKpl int not null default 0;
alter table asiakkaat add dinner_tiistaiKpl int not null default 0;
alter table asiakkaat add dinner_keskiviikkoKpl int not null default 0;
alter table asiakkaat add dinner_torstaiKpl int not null default 0;
alter table asiakkaat add dinner_perjantaiKpl int not null default 0;
alter table asiakkaat add dinner_lauantaiKpl int not null default 0;
alter table asiakkaat add dinner_sunnuntaiKpl int not null default 0;
alter table asiakkaat add dinner_salaatit int not null default 0;
alter table asiakkaat add dinner_pääruoat int not null default 0;
alter table asiakkaat add dinner_jälkiruoat int not null default 0;