2 Commits

+10
View File
@@ -48,3 +48,13 @@ 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;